431,432c431,436
< 0x0: three_byte_opcode();
< 0x2: three_byte_opcode();
---
> 0x0: M5InternalError::error(
> {{"Three byte opcode shouldn't be handled by "
> "two_byte_opcodes.isa!"}});
> 0x2: M5InternalError::error(
> {{"Three byte opcode shouldn't be handled by "
> "two_byte_opcodes.isa!"}});