distribution/packages/games/libretro/parallel-n64_rice/patches/RG503/01-gcc-10.patch
2022-05-27 22:33:28 +00:00

11 lines
517 B
Diff

diff -rupN parallel-n64.orig/mupen64plus-core/src/r4300/r4300.c parallel-n64.new/mupen64plus-core/src/r4300/r4300.c
--- parallel-n64.orig/mupen64plus-core/src/r4300/r4300.c 2021-01-24 13:07:25.028974337 -0500
+++ parallel-n64.new/mupen64plus-core/src/r4300/r4300.c 2021-01-24 13:07:53.761102557 -0500
@@ -50,7 +50,6 @@
unsigned int r4300emu = 0;
unsigned int count_per_op = COUNT_PER_OP_DEFAULT;
unsigned int llbit;
-int stop;
#if NEW_DYNAREC < NEW_DYNAREC_ARM
int64_t reg[32], hi, lo;
uint32_t next_interrupt;