summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2013-06-26 12:39:29 +0000
committerJohn van Groningen2013-06-26 12:39:29 +0000
commit21df2ecdca179a195ecf3890e24df7c6d8716bff (patch)
treeb22e1f158aff22fa9c1ef6baf2bce19efcde3dd1
parentadd +0 to pc relative addresses, converted to [rip] on linux (diff)
add +0 to some pc relative addresses, converted to [rip] on linux
-rw-r--r--acompact.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/acompact.asm b/acompact.asm
index 14a9928..af3e9ab 100644
--- a/acompact.asm
+++ b/acompact.asm
@@ -1150,10 +1150,10 @@ move_closure_with_unboxed_arguments_1:
end_move:
- mov rcx,qword ptr finalizer_list
+ mov rcx,qword ptr finalizer_list+0
restore_finalizer_descriptors:
- lea r9,__Nil-8
+ lea r9,__Nil-8+0
cmp rcx,r9
je end_restore_finalizer_descriptors