mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 19:19:00 +00:00
[CRT] Return from fpreset()
This commit is contained in:
parent
aff33c855d
commit
64d7db506c
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
FUNC _fpreset
|
FUNC _fpreset
|
||||||
.endprolog
|
.endprolog
|
||||||
fninit
|
fninit
|
||||||
|
ret
|
||||||
ENDFUNC
|
ENDFUNC
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in a new issue