fix missing instruction.

This commit is contained in:
Vítor Santos Costa 2014-05-25 20:46:39 +01:00
parent 4172f4efd5
commit 692e2358b1
1 changed files with 1 additions and 1 deletions

View File

@ -1073,7 +1073,7 @@ fix_compiler_instructions(PInstr *pcpc USES_REGS)
case write_local_op:
case f_var_op:
case f_val_op:
case fetch_args_for_bccall:
case fetch_args_for_bccall_op:
case bccall_op:
case save_pair_op:
case save_appl_op: