[disasm] output missmatched opcode
[calu.git] / 3c_disasm / disasm.cpp
index c117bb047730a625063677756586cef00999d3d8..0cb75facc2420342e0d02e9f8d197aceb7da389f 100644 (file)
@@ -57,7 +57,7 @@ Iinstr* disasm::decodeOpcode(short opcode)
        }
        else {
                stringstream err;
-               err << "opcode not found" << endl;
+               err << "opcode not found. in was " << opcode  << endl;
                throw err.str();
        }
 }