From 2f13888ea8764032bd994e04f3d379e1aac3d218 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 28 Sep 2003 21:21:07 +0000 Subject: [PATCH] plain interpretive mode for debugging purposes --- SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-config.hpp b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-config.hpp index 4c7bb26c..e81d7b79 100644 --- a/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-config.hpp +++ b/SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-config.hpp @@ -83,7 +83,7 @@ **/ #ifndef PPC_LAZY_PC_UPDATE -#define PPC_LAZY_PC_UPDATE +#undef PPC_LAZY_PC_UPDATE #endif @@ -124,7 +124,7 @@ **/ #ifndef PPC_NO_DECODE_CACHE -#undef PPC_NO_DECODE_CACHE +#define PPC_NO_DECODE_CACHE 1 #endif