From 4189e4ebc6821fe3fb40282f10c165e9cb87d427 Mon Sep 17 00:00:00 2001 From: tevador Date: Sun, 6 Jan 2019 17:23:05 +0100 Subject: [PATCH] Original number of VM instructions --- src/executeProgram-win64.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executeProgram-win64.asm b/src/executeProgram-win64.asm index 1e7e7a4..99941b1 100644 --- a/src/executeProgram-win64.asm +++ b/src/executeProgram-win64.asm @@ -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