161a162
> // If the mnemonic isn't defined this has to be an unknown instruction.
163c164,167
< if (unknown) {
---
> if (disabled) {
> panic("Attempted to execute disabled instruction "
> "'%s' (inst 0x%08x)", mnemonic, machInst);
> } else if (unknown) {