aboutsummaryrefslogtreecommitdiff
path: root/src/vm_ppc.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm_ppc.dasc')
-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 *.