From 95ac03c74c20085d4c79b2e65c99ba80e37b6785 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 26 Jun 2013 10:10:58 +0000 Subject: add +0 to a pc relative address, converted to [rip] on linux --- astartup.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3