fix format

This commit is contained in:
Jorj Bauer 2020-08-02 16:57:17 -04:00
parent 1edae0f56a
commit 6ad8140211
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ void doDebugging(uint32_t lastFps)
g_display->debugMsg(debugBuf);
break;
case D_SHOWCYCLES:
sprintf(debugBuf, "%lX", g_cpu->cycles);
sprintf(debugBuf, "%llX", g_cpu->cycles);
g_display->debugMsg(debugBuf);
break;
case D_SHOWTIME: