dingusppc/cpu/ppc
joevt 46bc8567e9 Fix compiler warnings: uninitialized variables.
- mpc601_block_address_translation will now return 0 for prot and pa when bat_hit is false (when the if statement is not positive during the for loop). The calling function doesn't care what prot and pa are when bat_hit is false, but we do this to remove the compiler warining.
- For tlb_flush_entry, the compiler thinks m might not always be in the range 0 to 5 so tlb1 and tlb2 might not get initialized by the switch statement. Add default to get around this warning.
2023-01-11 01:17:12 -08:00
..
test FP Opcode Test Fixes 2021-10-30 16:43:13 -07:00
CMakeLists.txt Fix includes for loguru and SDL. 2021-09-16 00:46:38 +02:00
poweropcodes.cpp Fix compiler warnings: cast loses precision. 2023-01-11 01:17:12 -08:00
ppcdisasm.cpp Add missing licence headers, update license date. 2021-10-23 21:00:31 +02:00
ppcdisasm.h Add missing licence headers, update license date. 2021-10-23 21:00:31 +02:00
ppcemu.h ppcemu: add PVR for 603ev. 2022-12-23 17:19:46 +01:00
ppcexceptions.cpp Interpreter loop is now controlled by exec_flags. 2022-03-02 16:55:20 +01:00
ppcexec.cpp Fix compiler warnings: cast loses precision. 2023-01-11 01:17:12 -08:00
ppcfpopcodes.cpp ppcfpopcodes: add missing std:: prefixes. 2022-02-17 00:20:18 +01:00
ppcmmu.cpp Fix compiler warnings: uninitialized variables. 2023-01-11 01:17:12 -08:00
ppcmmu.h Rework DBDMA logic for bidirectional channels. 2022-11-17 18:03:18 +01:00
ppcopcodes.cpp Fix compiler warnings: cast loses precision. 2023-01-11 01:17:12 -08:00