diff options
author | John van Groningen | 2016-04-01 11:44:19 +0000 |
---|---|---|
committer | John van Groningen | 2016-04-01 11:44:19 +0000 |
commit | 5f9ca3b28dc7333885af83afd8b1ceda40e4f5a2 (patch) | |
tree | 139891518144ebd5fdabc11eb9cc212084f02246 | |
parent | fix positionF for AMD64 (diff) |
fix unsaturated curried apply of 3 arguments on ARM
-rw-r--r-- | armap.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -982,7 +982,7 @@ no_fast_ap3: mov r7,r6
ldr r6,[r9,#-4]!
- mov r3,#3*8
+ mov r3,#2*8
ldrh r12,[r11]
cmp r12,r3
beq fast_ap_2_2
|