diff options
Diffstat (limited to 'acompact.asm')
-rw-r--r-- | acompact.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acompact.asm b/acompact.asm index af3e9ab..9d2ce03 100644 --- a/acompact.asm +++ b/acompact.asm @@ -96,7 +96,7 @@ determine_free_finalizers_after_compact1: mov rax,qword ptr neg_heap_p3+0 add rax,rbp mov rbx,rax - and rax,31*9 + and rax,31*8 shr rbx,8 mov esi,dword ptr (bit_set_table2)[rax] test esi,dword ptr [rdi+rbx*4] |