diff options
Diffstat (limited to 'sysutils/memtest86+/files/patch-setup.S')
-rw-r--r-- | sysutils/memtest86+/files/patch-setup.S | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/memtest86+/files/patch-setup.S b/sysutils/memtest86+/files/patch-setup.S deleted file mode 100644 index 5479c7660601..000000000000 --- a/sysutils/memtest86+/files/patch-setup.S +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.S.orig 2013-08-10 02:01:58 UTC -+++ setup.S -@@ -50,7 +50,7 @@ reload: - jz alt_a20_done - - /* set or clear bit1, the ALT_A20_GATE bit */ -- movb 4(%esp), %ah -+ addr32 movb 4(%esp), %ah - testb %ah, %ah - jz alt_a20_cont1 - orb $2, %al |