summaryrefslogtreecommitdiff
path: root/acompact_rmarkr.asm
diff options
context:
space:
mode:
authorJohn van Groningen2013-07-04 09:46:15 +0000
committerJohn van Groningen2013-07-04 09:46:15 +0000
commit3e6faafaf1682445ab42804f09a7f800c23ad6ca (patch)
tree8f40053aa0659df8f11a2da4da7e6d1142791a45 /acompact_rmarkr.asm
parentadd +0 to some pc relative addresses, converted to [rip] on linux (diff)
add +0 to some pc relative addresses, converted to [rip] on linux
Diffstat (limited to 'acompact_rmarkr.asm')
-rw-r--r--acompact_rmarkr.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/acompact_rmarkr.asm b/acompact_rmarkr.asm
index d1c5018..fd08185 100644
--- a/acompact_rmarkr.asm
+++ b/acompact_rmarkr.asm
@@ -771,7 +771,7 @@ rmarkr_int_3:
and dword ptr [rdi+rbx*4],ecx
ifdef PIC
- lea rcx,small_integers
+ lea rcx,small_integers+0
add rcx,rbp
else
lea rcx,(small_integers)[rbp]
@@ -797,7 +797,7 @@ rmarkr_char_3:
shl rax,4
ifdef PIC
- lea rcx,static_characters
+ lea rcx,static_characters+0
add rcx,rax
else
lea rcx,static_characters[rax]