ports/sysutils/memtest86+/files/patch-setup.S
Alexey Dokuchaev 9d712428f5 Add memtest86+ 2.11, stand-alone memory test for x86 architecture
computers.

PR:		ports/132700 (based on)
Submitted by:	Andriy Gapon
2009-03-31 22:23:19 +00:00

11 lines
287 B
ArmAsm

--- 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