https://git.reactos.org/?p=reactos.git;a=commitdiff;h=64d7db506c71c38e1d61a57da734d25abec4a070

commit 64d7db506c71c38e1d61a57da734d25abec4a070
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Sun Feb 11 21:49:45 2018 +0100
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Sun Sep 20 23:08:17 2020 +0200

    [CRT] Return from fpreset()
---
 sdk/lib/crt/float/amd64/fpreset.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdk/lib/crt/float/amd64/fpreset.S 
b/sdk/lib/crt/float/amd64/fpreset.S
index 8ab5f0f2a55..008da4152eb 100644
--- a/sdk/lib/crt/float/amd64/fpreset.S
+++ b/sdk/lib/crt/float/amd64/fpreset.S
@@ -6,6 +6,7 @@
 FUNC _fpreset
     .endprolog
     fninit
+    ret
 ENDFUNC
 
 END

Reply via email to