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