mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Fixed reading from the red zone
This commit is contained in:
parent
e758c1e2b2
commit
ff88a57a98
3 changed files with 7 additions and 5 deletions
|
@ -605,8 +605,9 @@ randomx_isn_155:
|
|||
rol rax, 31
|
||||
and eax, 24576
|
||||
or eax, 40896
|
||||
mov dword ptr [rsp-8], eax
|
||||
ldmxcsr dword ptr [rsp-8]
|
||||
push rax
|
||||
ldmxcsr dword ptr [rsp]
|
||||
pop rax
|
||||
randomx_isn_156:
|
||||
; FSUB_R f3, a2
|
||||
subpd xmm3, xmm10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue