OSDN Git Service

[VM][M6502] Fix compiler warning.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 16 May 2018 09:36:42 +0000 (18:36 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 16 May 2018 09:36:42 +0000 (18:36 +0900)
source/src/vm/m6502_base.cpp

index f945621..9889768 100644 (file)
@@ -262,6 +262,7 @@ const UINT32 DASMFLAG_OVERINSTSHIFT = 27;           // bits to shift after maski
 
 int M6502_BASE::debug_dasm(uint32_t pc, _TCHAR *buffer, size_t buffer_len)
 {
+   return 0;
 }
 //#endif