From: K.Ohta Date: Thu, 9 Apr 2015 18:55:10 +0000 (+0900) Subject: [VM][MC6809] Disassembler : Add undefined instructions/index-post-bytes . X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6921f765821c0c5977c5535f9abf79a36d3fcbdc;p=csp-qt%2Fcommon_source_project-fm7.git [VM][MC6809] Disassembler : Add undefined instructions/index-post-bytes . --- diff --git a/source/src/vm/mc6809.h b/source/src/vm/mc6809.h index 6c381b25c..b0e89beb0 100644 --- a/source/src/vm/mc6809.h +++ b/source/src/vm/mc6809.h @@ -457,6 +457,10 @@ public: { return ppc.w.l; } + uint32 get_next_pc() + { + return pc.w.l; + } // For debug uint32 get_ix() {