diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-04 20:57:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-05 07:02:20 +0700 |
commit | 57dc20a14290de96af02e919c52eafcb8e100d3d (patch) | |
tree | 02a15c03816a4a064e89238064b2366ddb3f5aae /system/memtest86+/patches | |
parent | 7de5b7a4243375442f1522848d2ad68594cb9a33 (diff) |
system/memtest86+: Updated for version 5.01.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/memtest86+/patches')
-rw-r--r-- | system/memtest86+/patches/asm-inline-fix.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/memtest86+/patches/asm-inline-fix.diff b/system/memtest86+/patches/asm-inline-fix.diff deleted file mode 100644 index 049c17af86a9..000000000000 --- a/system/memtest86+/patches/asm-inline-fix.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- 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(); |