diff options
Diffstat (limited to '')
-rw-r--r-- | src/buildvm_arm.dasc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buildvm_arm.dasc b/src/buildvm_arm.dasc index 6f0e3878..3a039402 100644 --- a/src/buildvm_arm.dasc +++ b/src/buildvm_arm.dasc | |||
@@ -218,7 +218,7 @@ | |||
218 | |.endmacro | 218 | |.endmacro |
219 | | | 219 | | |
220 | |.macro IOS, a, b | 220 | |.macro IOS, a, b |
221 | ||if (LJ_TARGET_OSX) { | 221 | ||if (LJ_TARGET_IOS) { |
222 | | a, b | 222 | | a, b |
223 | ||} | 223 | ||} |
224 | |.endmacro | 224 | |.endmacro |
@@ -2892,7 +2892,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop) | |||
2892 | | sub CARG1, DISPATCH, #-GG_DISP2G | 2892 | | sub CARG1, DISPATCH, #-GG_DISP2G |
2893 | | tst RC, #LJ_GC_WHITES | 2893 | | tst RC, #LJ_GC_WHITES |
2894 | | // Crossed a write barrier. Move the barrier forward. | 2894 | | // Crossed a write barrier. Move the barrier forward. |
2895 | if (LJ_TARGET_OSX) { | 2895 | if (LJ_TARGET_IOS) { |
2896 | | beq <1 | 2896 | | beq <1 |
2897 | | mov RC, BASE | 2897 | | mov RC, BASE |
2898 | | bl extern lj_gc_barrieruv // (global_State *g, TValue *tv) | 2898 | | bl extern lj_gc_barrieruv // (global_State *g, TValue *tv) |
@@ -2926,7 +2926,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop) | |||
2926 | | cmpne RC, #0 | 2926 | | cmpne RC, #0 |
2927 | | sub CARG1, DISPATCH, #-GG_DISP2G | 2927 | | sub CARG1, DISPATCH, #-GG_DISP2G |
2928 | | // Crossed a write barrier. Move the barrier forward. | 2928 | | // Crossed a write barrier. Move the barrier forward. |
2929 | if (LJ_TARGET_OSX) { | 2929 | if (LJ_TARGET_IOS) { |
2930 | | beq <1 | 2930 | | beq <1 |
2931 | | mov RC, BASE | 2931 | | mov RC, BASE |
2932 | | bl extern lj_gc_barrieruv // (global_State *g, TValue *tv) | 2932 | | bl extern lj_gc_barrieruv // (global_State *g, TValue *tv) |