diff options
-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 |