From 0b4b35d4ab5d57cc152802cb8a0d723cb1c13daf Mon Sep 17 00:00:00 2001 From: Martin Perner Date: Sat, 18 Dec 2010 00:48:23 +0100 Subject: [PATCH 1/1] [disasm] output missmatched opcode --- 3c_disasm/disasm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3c_disasm/disasm.cpp b/3c_disasm/disasm.cpp index c117bb0..0cb75fa 100644 --- a/3c_disasm/disasm.cpp +++ b/3c_disasm/disasm.cpp @@ -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(); } } -- 2.25.1