From 3369ce87a06fe99cd4f96a34129e478090e1acae Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 26 Jun 2013 11:50:01 +0000 Subject: add +0 to a pc relative address, converted to [rip] on linux --- acompact_rmark_prefetch.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3