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