aboutsummaryrefslogtreecommitdiff
path: root/src/vm_ppc.dasc
diff options
context:
space:
mode:
authorMike Pall <mike>2020-05-18 22:06:50 +0200
committerMike Pall <mike>2020-05-18 22:06:50 +0200
commitae20998ff5aaacc8e3afd46c64e28a8e039b58a1 (patch)
tree34bfcb9a6087dc5e0368d3fd81763f1361f98ed3 /src/vm_ppc.dasc
parent322db0208160169cbfcd6cc2f93d5e0dfcb2081e (diff)
downloadluajit-ae20998ff5aaacc8e3afd46c64e28a8e039b58a1.tar.gz
luajit-ae20998ff5aaacc8e3afd46c64e28a8e039b58a1.tar.bz2
luajit-ae20998ff5aaacc8e3afd46c64e28a8e039b58a1.zip
ARM, ARM64, PPC: Fix TSETR fallback.
Thanks to Javier Guerra Giraldez.
Diffstat (limited to '')
-rw-r--r--src/vm_ppc.dasc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm_ppc.dasc b/src/vm_ppc.dasc
index 4299e266..a66e30b5 100644
--- a/src/vm_ppc.dasc
+++ b/src/vm_ppc.dasc
@@ -1083,6 +1083,7 @@ static void build_subroutines(BuildCtx *ctx)
1083 | 1083 |
1084 |->vmeta_tsetr: 1084 |->vmeta_tsetr:
1085 | stp BASE, L->base 1085 | stp BASE, L->base
1086 | mr CARG1, L
1086 | stw PC, SAVE_PC 1087 | stw PC, SAVE_PC
1087 | bl extern lj_tab_setinth // (lua_State *L, GCtab *t, int32_t key) 1088 | bl extern lj_tab_setinth // (lua_State *L, GCtab *t, int32_t key)
1088 | // Returns TValue *. 1089 | // Returns TValue *.