mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
11 lines
83 B
ArmAsm
11 lines
83 B
ArmAsm
|
|
#include <asm.inc>
|
|
|
|
.code64
|
|
|
|
FUNC _fpreset
|
|
.endprolog
|
|
fninit
|
|
ENDFUNC
|
|
|
|
END
|