1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00

Use a mnemonic that both gcc and clang understands

This commit is contained in:
bzt 2021-01-30 20:04:27 +01:00
parent 0eb01f0fc4
commit c2cf423c2c

View file

@ -79,7 +79,7 @@ _L8060:
movl %eax, %cr0
lgdtl 0x80E0
movl $0x80C8, %esp // we can't use "ljmp $8, $0x80A0", because we don't know cs
retf
lret
.align 32
.code64
_L80A0: