h not needed

This commit is contained in:
Corwin Kuiper 2021-07-03 22:37:16 +01:00
parent 41bd8013f7
commit 5bc8a33409

View file

@ -20,7 +20,7 @@ index cc39e1192..d34dcb4b4 100644
return;
+ case REG_DEBUG_CYCLES: {
+ int32_t number_of_cycles = mTimingCurrentTime(&gba->timing);
+ mLOG(GBA_DEBUG, INFO, "Cycles: %d Tag: %hd", number_of_cycles, value);
+ mLOG(GBA_DEBUG, INFO, "Cycles: %d Tag: %d", number_of_cycles, value);
+ return;
+ }
case REG_DEBUG_FLAGS: