diff options
author | John van Groningen | 2013-07-29 12:56:27 +0000 |
---|---|---|
committer | John van Groningen | 2013-07-29 12:56:27 +0000 |
commit | a2914463497b281d222062b4c1d189642b708823 (patch) | |
tree | 1eae3676397eff38d2f0c9d544f4e2bf1824581e | |
parent | if PIC is defined, adjust to modified descriptors for position independent code (diff) |
add a store that is probably missing by accident on the Mac OS X version
-rw-r--r-- | macho64/acompact_rmark_prefetch.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macho64/acompact_rmark_prefetch.s b/macho64/acompact_rmark_prefetch.s index d915fef..09a996d 100644 --- a/macho64/acompact_rmark_prefetch.s +++ b/macho64/acompact_rmark_prefetch.s @@ -248,6 +248,7 @@ rmarkp_add_item3: mov rdx,qword ptr rmarkp_n_queue_items_16[rip] lea r9,rmarkp_queue[rip] + mov qword ptr [r9+rbp],rcx mov qword ptr 8[r9+rbp],rsi mov qword ptr 16[r9+rbp],rsi add rbp,32 |