Return and not break, ops
This commit is contained in:
@@ -328,8 +328,8 @@ void Interpreter::Exec(const Instruction instr) {
|
||||
break;
|
||||
default:
|
||||
panic("Undefined BC COP1 {:02X}", instr.cop_rt());
|
||||
}
|
||||
break;
|
||||
}
|
||||
return;
|
||||
}
|
||||
regs.cop1.decode(instr);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user