diff options
author | John van Groningen | 2013-06-26 11:24:05 +0000 |
---|---|---|
committer | John van Groningen | 2013-06-26 11:24:05 +0000 |
commit | ce5c0bfc5b7704ff3b8b00879186dfe0538734fb (patch) | |
tree | 217cb9a5add8a3051afbc0ee88c97b60d728a05f /acompact_rmark.asm | |
parent | add +0 to pc relative addresses, converted to [rip] on linux (diff) |
add +0 to a pc relative address, converted to [rip] on linux
Diffstat (limited to 'acompact_rmark.asm')
-rw-r--r-- | acompact_rmark.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acompact_rmark.asm b/acompact_rmark.asm index 667045c..ea58273 100644 --- a/acompact_rmark.asm +++ b/acompact_rmark.asm @@ -706,7 +706,7 @@ rmark_push_lazy_args: mov rsi,rcx mov rcx,qword ptr [rcx] - cmp rsp,qword ptr end_stack + cmp rsp,qword ptr end_stack+0 jae rmark_node jmp rmark_using_reversal |