summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2013-06-26 10:10:58 +0000
committerJohn van Groningen2013-06-26 10:10:58 +0000
commit95ac03c74c20085d4c79b2e65c99ba80e37b6785 (patch)
treebb127837a934e8325e769b925638aa17cb81ae27
parentadd +0 to some pc relative addresses, converted to [rip] on linux (diff)
add +0 to a pc relative address, converted to [rip] on linux
-rw-r--r--astartup.asm2
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