mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
- attempt to bugfix win64 stability
This commit is contained in:
parent
e42b802b81
commit
d2f321a2df
@ -25,7 +25,7 @@ streflop_winx64_fldcw PROC FRAME
|
||||
fclex
|
||||
mov qword ptr [rsp + 8], rcx
|
||||
.ENDPROLOG
|
||||
ldmxcsr [rsp + 8]
|
||||
fldcw [rsp + 8]
|
||||
ret
|
||||
streflop_winx64_fldcw ENDP
|
||||
|
||||
@ -33,7 +33,7 @@ streflop_winx64_fstcw PROC FRAME
|
||||
|
||||
sub rsp, 8
|
||||
.ENDPROLOG
|
||||
stmxcsr [rsp]
|
||||
fstcw [rsp]
|
||||
mov rax, [rsp]
|
||||
add rsp, 8
|
||||
ret
|
||||
|
Loading…
x
Reference in New Issue
Block a user