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,8 +50,8 @@ unsigned int r4300emu = 0; unsigned int count_per_op = COUNT_PER_OP_DEFAULT; unsigned int llbit; -int stop; #if NEW_DYNAREC < NEW_DYNAREC_ARM +int stop; int64_t reg[32], hi, lo; uint32_t next_interrupt; struct precomp_instr *PC;