diff options
author | Kyle Guinn <elyk03@gmail.com> | 2013-10-26 00:16:46 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:51 -0500 |
commit | 319f898b5f28a560edd68c09dcc7c8facecf0280 (patch) | |
tree | 28d6fe26d4cfbf286f01e9fc2d88b3cfe37ce72c /system/memtest86+/patches | |
parent | 405d8583ba1af6f284aeaca3d329970a01b49595 (diff) |
system/memtest86+: Added (comprehensive, stand-alone memory diagnostic)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/memtest86+/patches')
-rw-r--r-- | system/memtest86+/patches/asm-inline-fix.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/memtest86+/patches/asm-inline-fix.diff b/system/memtest86+/patches/asm-inline-fix.diff new file mode 100644 index 000000000000..049c17af86a9 --- /dev/null +++ b/system/memtest86+/patches/asm-inline-fix.diff @@ -0,0 +1,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(); |