toaruos/kernel/tss.S

11 lines
121 B
ArmAsm
Raw Normal View History

2015-05-20 10:12:20 +03:00
.section .text
.align 4
.global tss_flush
.type tss_flush, @function
tss_flush:
mov $0x2B, %ax
ltr %ax
ret