diff options
author | John van Groningen | 2006-06-29 15:08:02 +0000 |
---|---|---|
committer | John van Groningen | 2006-06-29 15:08:02 +0000 |
commit | 44233afa6e6c16bcc6868ab38c216c8e3416e0c7 (patch) | |
tree | ca6d252966763cccfb097c8fa96660ffc7f0fb17 /amark_prefetch.asm | |
parent | fix bug in marking strict record selector node (diff) |
fix bug in marking strict record selector node
Diffstat (limited to 'amark_prefetch.asm')
-rw-r--r-- | amark_prefetch.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/amark_prefetch.asm b/amark_prefetch.asm index b0e38c4..f3bb0bc 100644 --- a/amark_prefetch.asm +++ b/amark_prefetch.asm @@ -437,6 +437,8 @@ pmark_strict_record_selector_node_1: jbe pmark_select_from_small_record mov rbp,qword ptr 16[rdx] + mov r9,rbp + add rbp,r10 mov rbx,rbp and rbp,31*8 |