diff options
author | John van Groningen | 2012-01-31 12:21:57 +0000 |
---|---|---|
committer | John van Groningen | 2012-01-31 12:21:57 +0000 |
commit | 0bf1dc3c729c07ef502391ccbe949a37f3a4e683 (patch) | |
tree | f56509abf006c2c4cea432cb34d165dfbbd2d386 /macho64 | |
parent | fix compacting of reals (diff) |
fix compacting of reals
Diffstat (limited to 'macho64')
-rw-r--r-- | macho64/acompact.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macho64/acompact.s b/macho64/acompact.s index 3e9e210..242b6fc 100644 --- a/macho64/acompact.s +++ b/macho64/acompact.s @@ -763,7 +763,7 @@ move_record_1: movzx rbx,word ptr (-2+2)[rax] test rbx,rbx att_jne move_hnf_1 - jmp move_int_bool_or_char + jmp move_real_int_bool_or_char move_record_2bb: mov rax ,qword ptr [rcx] |