mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
15 lines
102 B
ArmAsm
15 lines
102 B
ArmAsm
|
|
|
|
|
|
#include <asm.inc>
|
|
|
|
.code64
|
|
|
|
PUBLIC _clearfp
|
|
FUNC _clearfp
|
|
.ENDPROLOG
|
|
fnclex
|
|
|
|
ENDFUNC
|
|
|
|
END
|