Update jit_compiler_x86_static.S

This commit is contained in:
SChernykh 2019-12-09 20:30:37 +01:00
parent 763691fa4b
commit ef522f6404

View file

@ -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