add new instruction

This commit is contained in:
Vítor Santos Costa 2010-08-02 19:48:01 +01:00
parent 473fd5516d
commit 1e737747bf

View File

@ -1073,6 +1073,7 @@ fix_compiler_instructions(PInstr *pcpc)
break; break;
/* hopefully nothing to do */ /* hopefully nothing to do */
case nop_op: case nop_op:
case ensure_space_op:
case get_atom_op: case get_atom_op:
case put_atom_op: case put_atom_op:
case get_num_op: case get_num_op: