mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 12:09:22 +00:00
#975 Fixed crash on Linux if used double thread.
This commit is contained in:
parent
5cd48f483e
commit
80a7aa2497
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ ALIGN(64)
|
||||||
FN_PREFIX(cnv2_rwz_double_mainloop_asm):
|
FN_PREFIX(cnv2_rwz_double_mainloop_asm):
|
||||||
sub rsp, 48
|
sub rsp, 48
|
||||||
mov rcx, rdi
|
mov rcx, rdi
|
||||||
|
mov rdx, rsi
|
||||||
#include "cn2/cnv2_rwz_double_main_loop.inc"
|
#include "cn2/cnv2_rwz_double_main_loop.inc"
|
||||||
add rsp, 48
|
add rsp, 48
|
||||||
ret 0
|
ret 0
|
||||||
|
|
Loading…
Reference in a new issue