diff options
author | John van Groningen | 2013-06-26 11:50:01 +0000 |
---|---|---|
committer | John van Groningen | 2013-06-26 11:50:01 +0000 |
commit | 3369ce87a06fe99cd4f96a34129e478090e1acae (patch) | |
tree | 21196a39f687cdc7930fb3cdcbd59b999a26e1d1 | |
parent | add +0 to pc relative addresses, converted to [rip] on linux (diff) |
add +0 to a pc relative address, converted to [rip] on linux
-rw-r--r-- | acompact_rmark_prefetch.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acompact_rmark_prefetch.asm b/acompact_rmark_prefetch.asm index fce1a31..2802619 100644 --- a/acompact_rmark_prefetch.asm +++ b/acompact_rmark_prefetch.asm @@ -1023,7 +1023,7 @@ rmarkp_char_3: jmp rmarkp_next_node rmarkp_no_normal_hnf_0: - lea r9,__ARRAY__+2 + lea r9,__ARRAY__+2+0 cmp rax,r9 jne rmarkp_next_node |