summaryrefslogtreecommitdiffstats
path: root/system/memtest86+/patches/asm-inline-fix.diff
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-24 14:51:13 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-27 13:22:32 +0700
commitcb29b4e3eb334fca6a5b3b7d826f0440c57fb4f0 (patch)
treec256aa564ea72be3471a623aa703b3069b40159b /system/memtest86+/patches/asm-inline-fix.diff
parent7d9c6708261396236504b6396d4eb4e0b4307d75 (diff)
downloadslackbuilds-cb29b4e3eb334fca6a5b3b7d826f0440c57fb4f0.tar.gz
slackbuilds-cb29b4e3eb334fca6a5b3b7d826f0440c57fb4f0.tar.xz
system/memtest86+: Downgraded to 4.20
Revert "system/memtest86+: Updated for version 5.01." This reverts commit 57dc20a14290de96af02e919c52eafcb8e100d3d.
Diffstat (limited to 'system/memtest86+/patches/asm-inline-fix.diff')
-rw-r--r--system/memtest86+/patches/asm-inline-fix.diff11
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 0000000000..049c17af86
--- /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();