OSDN Git Service

[VM][MC6809] Disassembler : Add undefined instructions/index-post-bytes .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 9 Apr 2015 18:55:10 +0000 (03:55 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 9 Apr 2015 18:55:10 +0000 (03:55 +0900)
source/src/vm/mc6809.h

index 6c381b2..b0e89be 100644 (file)
@@ -457,6 +457,10 @@ public:
        {
                return ppc.w.l;
        }
+       uint32 get_next_pc()
+       {
+               return pc.w.l;
+       }
        // For debug
        uint32 get_ix()
        {