libpcsxcore: Use the same type for next_interrupt everywhere
authorAsh Logan <ash@heyquark.com>
Sun, 29 May 2022 12:53:34 +0000 (22:53 +1000)
committernotaz <notasas@gmail.com>
Wed, 12 Jul 2023 22:25:45 +0000 (01:25 +0300)
u32 is long unsigned int on some platforms

libpcsxcore/new_dynarec/emu_if.c

index 50819e4..f713587 100644 (file)
@@ -326,7 +326,7 @@ R3000Acpu psxRec = {
 
 unsigned int address;
 int pending_exception, stop;
-unsigned int next_interupt;
+u32 next_interupt;
 int new_dynarec_did_compile;
 int cycle_multiplier_old;
 int new_dynarec_hacks_pergame;