summaryrefslogtreecommitdiff
path: root/amark_prefetch.asm
diff options
context:
space:
mode:
authorJohn van Groningen2013-07-01 13:21:53 +0000
committerJohn van Groningen2013-07-01 13:21:53 +0000
commit92bedc30da6257bda020a052fa74a476d70ebd50 (patch)
tree732c5e0af6cfd074626afa6437fc06dd1d7ed6fa /amark_prefetch.asm
parentremove space after +0 (diff)
replace [rdx] by +0
Diffstat (limited to 'amark_prefetch.asm')
-rw-r--r--amark_prefetch.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/amark_prefetch.asm b/amark_prefetch.asm
index e38ad99..f5f073f 100644
--- a/amark_prefetch.asm
+++ b/amark_prefetch.asm
@@ -1405,7 +1405,7 @@ pmarkr_indirection_node:
pmarkr_hnf_2:
ifdef PIC
- lea r9,bit_set_table2[rdx]
+ lea r9,bit_set_table2+0
mov edx,dword ptr[r9+rdx]
else
mov edx,dword ptr (bit_set_table2)[rdx]