instOp_on and instOp_off are now implemented, so removed warnings.

svn-id: r30771
This commit is contained in:
Nicola Mettifogo 2008-02-03 16:56:25 +00:00
parent aea99780ef
commit da98d10ebd

View File

@ -293,8 +293,6 @@ DECLARE_COMMAND_OPCODE(offsave) {
DECLARE_INSTRUCTION_OPCODE(on) {
warning("Parallaction_br::instOp_on not yet implemented");
Instruction *inst = *_instRunCtxt.inst;
Zone *z = inst->_z;
@ -306,13 +304,10 @@ DECLARE_INSTRUCTION_OPCODE(on) {
_gfx->showGfxObj(z->u.get->gfxobj, true);
}
}
}
DECLARE_INSTRUCTION_OPCODE(off) {
warning("Parallaction_br::instOp_off not yet implemented");
Instruction *inst = *_instRunCtxt.inst;
Zone *z = inst->_z;