From 7e8196b87686bc7710b06e6d162fe547064e01ac Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 26 Aug 2015 09:52:10 +0000 Subject: fix amd64 code for curried applications with 3 arguments of functions with arity 1 --- macho64/aap.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macho64') diff --git a/macho64/aap.s b/macho64/aap.s index b3d2e4c..80183aa 100644 --- a/macho64/aap.s +++ b/macho64/aap.s @@ -1008,7 +1008,7 @@ no_fast_ap3: mov rbx,2*16 cmp word ptr [r9],bx - att_je fast_ap_2 + att_je fast_ap_2_2 mov r8,qword ptr 6[r9] no_fast_ap2: -- cgit v1.2.3