opnsense-ports/sysutils/memtest86+/files/patch-setup.S
Franco Fichtner 33b5b65ce9 */*: sync with upstream
Taken from: FreeBSD
2016-10-02 01:42:53 +02:00

11 lines
285 B
ArmAsm

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