diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vm_mips.dasc | 2 | ||||
-rw-r--r-- | src/vm_mips64.dasc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/vm_mips.dasc b/src/vm_mips.dasc index 1afd6118..f3248125 100644 --- a/src/vm_mips.dasc +++ b/src/vm_mips.dasc | |||
@@ -4317,7 +4317,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop) | |||
4317 | | ins_next2 | 4317 | | ins_next2 |
4318 | | | 4318 | | |
4319 | |7: // Possible table write barrier for the value. Skip valiswhite check. | 4319 | |7: // Possible table write barrier for the value. Skip valiswhite check. |
4320 | | barrierback TAB:CARG2, TMP3, TMP0, <2 | 4320 | | barrierback TAB:CARG2, TMP3, CRET1, <2 |
4321 | break; | 4321 | break; |
4322 | 4322 | ||
4323 | case BC_TSETM: | 4323 | case BC_TSETM: |
diff --git a/src/vm_mips64.dasc b/src/vm_mips64.dasc index 0a3f8e52..1682c81e 100644 --- a/src/vm_mips64.dasc +++ b/src/vm_mips64.dasc | |||
@@ -4263,7 +4263,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop) | |||
4263 | | ins_next2 | 4263 | | ins_next2 |
4264 | | | 4264 | | |
4265 | |7: // Possible table write barrier for the value. Skip valiswhite check. | 4265 | |7: // Possible table write barrier for the value. Skip valiswhite check. |
4266 | | barrierback TAB:CARG2, TMP3, TMP0, <2 | 4266 | | barrierback TAB:CARG2, TMP3, CRET1, <2 |
4267 | break; | 4267 | break; |
4268 | 4268 | ||
4269 | case BC_TSETM: | 4269 | case BC_TSETM: |