diff options
-rw-r--r-- | astartup.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astartup.asm b/astartup.asm index 8997913..6108a67 100644 --- a/astartup.asm +++ b/astartup.asm @@ -2576,7 +2576,7 @@ gc1: mov qword ptr 16[rax],rcx mov qword ptr 24[rax],rdx - mov rbx ,qword ptr stack_p + mov rbx,qword ptr stack_p+0 mov qword ptr 32[rax],rbx mov qword ptr 40[rax],rsi |