1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove 32bit code

This commit is contained in:
Stefan Lankes 2017-08-20 10:36:49 +02:00 committed by GitHub
parent b163fa4521
commit e38722c7f4

View file

@ -272,7 +272,10 @@ gdt_flush:
xor eax, eax
mov fs, eax
mov gs, eax
jmp 0x08:flush2
; create pseudo interrupt to set cs
push 0x08
push flush2
iretq
flush2:
ret