diff options
author | John van Groningen | 2011-12-05 14:11:59 +0000 |
---|---|---|
committer | John van Groningen | 2011-12-05 14:11:59 +0000 |
commit | 77d4af1ae9f9cc29bf14b146b69b62e1167f9ed3 (patch) | |
tree | d87a59da98617c840a994bb63b05f808889add22 | |
parent | fix compacting for an empty A stack (diff) |
use att_jae instead of jae to work around bug in the assembler
-rw-r--r-- | macho64/acopy.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macho64/acopy.s b/macho64/acopy.s index c9fdcf4..be8c57f 100644 --- a/macho64/acopy.s +++ b/macho64/acopy.s @@ -1148,7 +1148,7 @@ cp_s_arg_lp2: copy_array_2: sub rdx,heap_p1[rip] cmp rdx,semi_space_size[rip] - jae copy_string_or_array_constant + att_jae copy_string_or_array_constant push rbx |