diff options
Diffstat (limited to 'sysutils/memtest86+/files/patch-setup.S')
-rw-r--r-- | sysutils/memtest86+/files/patch-setup.S | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/memtest86+/files/patch-setup.S b/sysutils/memtest86+/files/patch-setup.S index 82d39f8819c5..5479c7660601 100644 --- a/sysutils/memtest86+/files/patch-setup.S +++ b/sysutils/memtest86+/files/patch-setup.S @@ -1,11 +1,11 @@ ---- setup.S 2008-11-16 02:18:14.000000000 +0200 -+++ setup.S 2009-02-18 00:28:02.000000000 +0200 -@@ -42,7 +42,7 @@ start: - 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 +--- 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 |