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:
parent
0eb01f0fc4
commit
c2cf423c2c
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ _L8060:
|
||||||
movl %eax, %cr0
|
movl %eax, %cr0
|
||||||
lgdtl 0x80E0
|
lgdtl 0x80E0
|
||||||
movl $0x80C8, %esp // we can't use "ljmp $8, $0x80A0", because we don't know cs
|
movl $0x80C8, %esp // we can't use "ljmp $8, $0x80A0", because we don't know cs
|
||||||
retf
|
lret
|
||||||
.align 32
|
.align 32
|
||||||
.code64
|
.code64
|
||||||
_L80A0:
|
_L80A0:
|
||||||
|
|
Loading…
Reference in a new issue