Fixed build warnings for gcc

This commit is contained in:
Robert 2021-10-29 22:33:34 +02:00
parent cabc0ae639
commit a579793bd1
8 changed files with 45 additions and 37 deletions

View file

@ -74,7 +74,7 @@ struct CPU
} pc;
char remainingCycles;
Qword totalCycles;
QWord totalCycles;
Byte fetchedVal;
Word fetchedAddress;