ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring).

This commit is contained in:
Mike Pall
2012-05-10 16:20:21 +02:00
parent 3fc5948abf
commit 74205dc64b
6 changed files with 1069 additions and 1057 deletions

View File

@@ -2189,6 +2189,7 @@ static void build_subroutines(BuildCtx *ctx)
| bne >3
| lwz INS, -4(PC)
| decode_RA8 TMP1, INS
| addi TMP1, TMP1, 8
|3:
| sub TMP2, BASE, TMP1
| b ->vm_call_dispatch // Resolve again for tailcall.