From 32133b2261dc35bc9e1714c5f0d97a57fc0e56b2 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Mon, 1 Dec 2003 13:51:35 +0000 Subject: [PATCH] Add PPC_PROFILE_GENERIC_CALLS, don't enable PPC_PROFILE_COMPILE_TIME by default. --- SheepShaver/src/Unix/sysdeps.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SheepShaver/src/Unix/sysdeps.h b/SheepShaver/src/Unix/sysdeps.h index 29af2f09..d9f3b897 100644 --- a/SheepShaver/src/Unix/sysdeps.h +++ b/SheepShaver/src/Unix/sysdeps.h @@ -81,7 +81,8 @@ #define PPC_CHECK_INTERRUPTS (ASYNC_IRQ ? 0 : 1) #define PPC_DECODE_CACHE 1 #define PPC_FLIGHT_RECORDER 1 -#define PPC_PROFILE_COMPILE_TIME 1 +#define PPC_PROFILE_COMPILE_TIME 0 +#define PPC_PROFILE_GENERIC_CALLS 0 #define KPX_MAX_CPUS 1 #else // Mac ROM is write protected