diff options
author | John van Groningen | 2015-08-26 09:52:10 +0000 |
---|---|---|
committer | John van Groningen | 2015-08-26 09:52:10 +0000 |
commit | 7e8196b87686bc7710b06e6d162fe547064e01ac (patch) | |
tree | 611a0db5bb0ddad5ff3e057c73c4dee4261fa555 /thread | |
parent | Add time profiling on Mac OS X (diff) |
fix amd64 code for curried applications with 3 arguments of functions with arity 1
Diffstat (limited to 'thread')
-rw-r--r-- | thread/aap.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thread/aap.asm b/thread/aap.asm index 347cd32..47c08c6 100644 --- a/thread/aap.asm +++ b/thread/aap.asm @@ -1000,7 +1000,7 @@ no_fast_ap3: mov rbx,2*8 cmp word ptr [rbp],bx - je fast_ap_2 + je fast_ap_2_2 mov r8d,dword ptr 2[rbp] no_fast_ap2: |