9 lines
119 B
ArmAsm
9 lines
119 B
ArmAsm
|
.section .text
|
||
|
.align 4
|
||
|
|
||
|
.global tss_flush
|
||
|
.type tss_flush, @function
|
||
|
tss_flush:
|
||
|
mov $0x2B, %ax
|
||
|
ltr %ax
|
||
|
ret
|