mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
cb29b4e3eb
Revert "system/memtest86+: Updated for version 5.01."
This reverts commit 57dc20a142
.
11 lines
297 B
Diff
11 lines
297 B
Diff
--- 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();
|