From 57dc20a14290de96af02e919c52eafcb8e100d3d Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 4 Feb 2016 20:57:49 +0700 Subject: system/memtest86+: Updated for version 5.01. Signed-off-by: Willy Sudiarto Raharjo --- system/memtest86+/patches/asm-inline-fix.diff | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 system/memtest86+/patches/asm-inline-fix.diff (limited to 'system/memtest86+/patches') 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(); -- cgit v1.2.3