mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-04 21:57:36 -05:00
Original number of VM instructions
This commit is contained in:
@@ -88,7 +88,7 @@ executeProgram PROC
|
||||
mov rsi, r8 ; convertible_t* scratchpad
|
||||
|
||||
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
|
||||
cmpeqpd xmm10, xmm10
|
||||
|
||||
Reference in New Issue
Block a user