diff --git a/src/cpu/cpu.c b/src/cpu/cpu.c index 36d92605f..9248fe4ad 100644 --- a/src/cpu/cpu.c +++ b/src/cpu/cpu.c @@ -1378,7 +1378,7 @@ cpu_set(void) } if (is386) { -#ifdef USE_DYNAREC +#if defined(USE_DYNAREC) && !defined(USE_GDBSTUB) if (cpu_use_dynarec) cpu_exec = exec386_dynarec; else