File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1369,7 +1369,7 @@ static inline void op_argary( mrbc_vm *vm, mrbc_value *regs EXT )
1369
1369
return ;
1370
1370
}
1371
1371
if ( b & 0x3e0 ) { // check m2 parameter.
1372
- mrbc_raise ( vm , MRBC_CLASS (NotImplementedError ), "not support m2 or keyword argument" );
1372
+ mrbc_raise ( vm , MRBC_CLASS (NotImplementedError ), "not support m2 argument" );
1373
1373
return ;
1374
1374
}
1375
1375
@@ -1443,7 +1443,7 @@ static inline void op_enter( mrbc_vm *vm, mrbc_value *regs EXT )
1443
1443
1444
1444
// Check m2 parameter.
1445
1445
if ( a & FLAG_M2 ) {
1446
- mrbc_raise ( vm , MRBC_CLASS (NotImplementedError ), "not support m2 or keyword argument" );
1446
+ mrbc_raise ( vm , MRBC_CLASS (NotImplementedError ), "not support m2 argument" );
1447
1447
return ;
1448
1448
}
1449
1449
@@ -1810,7 +1810,7 @@ static inline void op_blkpush( mrbc_vm *vm, mrbc_value *regs EXT )
1810
1810
int lv = (b ) & 0x0f ;
1811
1811
1812
1812
if ( m2 ) {
1813
- mrbc_raise ( vm , MRBC_CLASS (NotImplementedError ), "not support m2 or keyword argument" );
1813
+ mrbc_raise ( vm , MRBC_CLASS (NotImplementedError ), "not support m2 argument" );
1814
1814
return ;
1815
1815
}
1816
1816
You can’t perform that action at this time.
0 commit comments