diff options
author | John van Groningen | 2013-06-26 10:10:58 +0000 |
---|---|---|
committer | John van Groningen | 2013-06-26 10:10:58 +0000 |
commit | 95ac03c74c20085d4c79b2e65c99ba80e37b6785 (patch) | |
tree | bb127837a934e8325e769b925638aa17cb81ae27 | |
parent | add +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.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 |