summaryrefslogtreecommitdiffstats
path: root/system/memtest86+/patches/asm-inline-fix.diff
blob: 049c17af86a9099b77b13c47f0d9c939faf23bfe (plain)
1
2
3
4
5
6
7
8
9
10
11
--- memtest86+-4.20/test.c.orig	2011-01-23 19:11:04.000000000 +0100
+++ memtest86+-4.20/test.c	2012-10-05 14:57:19.000000000 +0200
@@ -313,7 +313,7 @@ void movinvr()
 				"jb L200\n\t"
 				: "=D" (p)
 				: "D" (p), "b" (pe)
-				: "eax", "edx"
+				: "eax", "ecx", "edx"
 			);
 
 			do_tick();