diff options
author | John van Groningen | 2013-06-26 10:53:44 +0000 |
---|---|---|
committer | John van Groningen | 2013-06-26 10:53:44 +0000 |
commit | fc2fd064bbf7a5a4f4ee4d42a32bff236ba9e257 (patch) | |
tree | 0c50b03fd74539467467f9eb0f85e01a408251a4 /amark_prefetch.asm | |
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
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 ebeba5f..b8e3fab 100644 --- a/amark_prefetch.asm +++ b/amark_prefetch.asm @@ -1083,7 +1083,7 @@ pmarkr_large_tuple_or_record: ifdef NEW_DESCRIPTORS mov eax,dword ptr (-8)[rax] - lea rdx,__indirection + lea rdx,__indirection+0 pop rbx mov qword ptr (-8)[rcx],rdx |