Skip to content

Commit

Permalink
[VM][M6502] Fix compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artanejp committed May 16, 2018
1 parent 38e78a0 commit a5e741f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/src/vm/m6502_base.cpp
Expand Up @@ -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

Expand Down

0 comments on commit a5e741f

Please sign in to comment.