opnsense-ports/sysutils/memtest86+/files/patch-setup.S
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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