mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Original number of VM instructions
This commit is contained in:
parent
619bee5418
commit
4189e4ebc6
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ executeProgram PROC
|
||||||
mov rsi, r8 ; convertible_t* scratchpad
|
mov rsi, r8 ; convertible_t* scratchpad
|
||||||
|
|
||||||
mov rbx, rsp ; beginning of VM stack
|
mov rbx, rsp ; beginning of VM stack
|
||||||
mov ebp, 524289 ; number of VM instructions to execute + 1
|
mov ebp, 1048577 ; number of VM instructions to execute + 1
|
||||||
|
|
||||||
xorps xmm10, xmm10
|
xorps xmm10, xmm10
|
||||||
cmpeqpd xmm10, xmm10
|
cmpeqpd xmm10, xmm10
|
||||||
|
|
Loading…
Reference in a new issue