don't inline
This commit is contained in:
parent
4103aa6e83
commit
e0d82cfb23
@ -313,8 +313,10 @@
|
||||
OPCODE(call_bfunc_xy ,plxys),
|
||||
OPCODE(call_bfunc_yy ,plyys),
|
||||
OPCODE(p_equal ,e),
|
||||
#if INLINE_BIG_COMPARISONS
|
||||
OPCODE(p_dif ,l),
|
||||
OPCODE(p_eq ,l),
|
||||
#endif
|
||||
OPCODE(p_arg_vv ,xxx),
|
||||
OPCODE(p_arg_cv ,xxn),
|
||||
OPCODE(p_arg_y_vv ,yxx),
|
||||
|
@ -255,8 +255,10 @@ restore_opcodes(yamop *pc, yamop *max USES_REGS)
|
||||
case _jump:
|
||||
case _jump_if_var:
|
||||
case _move_back:
|
||||
#if INLINE_BIG_COMPARISONS
|
||||
case _p_dif:
|
||||
case _p_eq:
|
||||
#endif
|
||||
case _retry2:
|
||||
case _retry3:
|
||||
case _retry4:
|
||||
|
@ -197,8 +197,10 @@
|
||||
case _jump:
|
||||
case _jump_if_var:
|
||||
case _move_back:
|
||||
#if INLINE_BIG_COMPARISONS
|
||||
case _p_dif:
|
||||
case _p_eq:
|
||||
#endif
|
||||
case _retry2:
|
||||
case _retry3:
|
||||
case _retry4:
|
||||
|
Reference in New Issue
Block a user