diff options
author | John van Groningen | 2013-07-01 13:21:53 +0000 |
---|---|---|
committer | John van Groningen | 2013-07-01 13:21:53 +0000 |
commit | 92bedc30da6257bda020a052fa74a476d70ebd50 (patch) | |
tree | 732c5e0af6cfd074626afa6437fc06dd1d7ed6fa /amark_prefetch.asm | |
parent | remove space after +0 (diff) |
replace [rdx] by +0
Diffstat (limited to 'amark_prefetch.asm')
-rw-r--r-- | amark_prefetch.asm | 2 |
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] |