From f75394db900b4d2d9b3444ba54e27b6905d9697b Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Wed, 12 May 2004 11:38:16 +0000 Subject: [PATCH] Direct block chaining works on all supported platforms, enabled by default --- SheepShaver/src/Unix/sysdeps.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SheepShaver/src/Unix/sysdeps.h b/SheepShaver/src/Unix/sysdeps.h index b8e575ea..194455a7 100644 --- a/SheepShaver/src/Unix/sysdeps.h +++ b/SheepShaver/src/Unix/sysdeps.h @@ -88,10 +88,6 @@ #define PPC_PROFILE_COMPILE_TIME 0 #define PPC_PROFILE_GENERIC_CALLS 0 #define KPX_MAX_CPUS 1 -// direct block chaining is only tested on PPC right now -#if defined(__powerpc__) -#define DYNGEN_DIRECT_BLOCK_CHAINING 1 -#endif #else // Mac ROM is write protected #define ROM_IS_WRITE_PROTECTED 1