Update jit_compiler_x86_static.S
This commit is contained in:
parent
763691fa4b
commit
ef522f6404
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ DECL(randomx_program_prologue_first_load):
|
|||
and eax, RANDOMX_SCRATCHPAD_MASK
|
||||
ror rdx, 32
|
||||
and edx, RANDOMX_SCRATCHPAD_MASK
|
||||
stmxcsr dword ptr [rsp-20]
|
||||
jmp DECL(randomx_program_loop_begin)
|
||||
|
||||
.balign 64
|
||||
|
|
Loading…
Reference in a new issue