mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-26 11:49:19 +00:00
fix format
This commit is contained in:
parent
1edae0f56a
commit
6ad8140211
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user