diff options
author | John van Groningen | 2013-07-02 15:40:01 +0000 |
---|---|---|
committer | John van Groningen | 2013-07-02 15:40:01 +0000 |
commit | f635af599cc4e3fedb7d3be4f1495f3ff89ab560 (patch) | |
tree | b0f0d920a8fd0946a97fe2ecdb74bacaaeb3af4f /acompact_rmark.asm | |
parent | if PIC is defined, make some code position independent (diff) |
fix rr9
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 5dfd123..5ea656b 100644 --- a/acompact_rmark.asm +++ b/acompact_rmark.asm @@ -638,7 +638,7 @@ rmark_strict_record_selector_node_1: and rbp,31 ifdef PIC lea r9,bit_set_table+0 - mov ebp,dword ptr [rr9+bp*4] + mov ebp,dword ptr [r9+bp*4] else mov ebp,dword ptr (bit_set_table)[rbp*4] endif |