mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:13:23 +00:00
11 lines
92 B
ArmAsm
11 lines
92 B
ArmAsm
|
|
#include <asm.inc>
|
|
|
|
.code64
|
|
|
|
FUNC _fpreset
|
|
.endprolog
|
|
fninit
|
|
ENDFUNC _fpreset
|
|
|
|
END
|