From f02cba80967b7e42d03962625394bf5d1691a59c Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 10 May 2007 13:16:08 +0000 Subject: Code cleaning - remove some unnecessary defined(SIMULATOR) checks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13369 a1c6a512-1295-4272-9138-f99709370657 --- apps/dsp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/dsp.h') diff --git a/apps/dsp.h b/apps/dsp.h index 5d6e964d89..4e57adfc12 100644 --- a/apps/dsp.h +++ b/apps/dsp.h @@ -60,7 +60,7 @@ enum { }; /* A bunch of fixed point assembler helper macros */ -#if defined(CPU_COLDFIRE) && !defined(SIMULATOR) +#if defined(CPU_COLDFIRE) /* These macros use the Coldfire EMAC extension and need the MACSR flags set * to fractional mode with no rounding. */ @@ -133,7 +133,7 @@ enum { #define ACC_INIT(acc, x, y) ACC(acc, x, y) -#elif defined(CPU_ARM) && !defined(SIMULATOR) +#elif defined(CPU_ARM) /* Multiply two S.31 fractional integers and return the sign bit and the * 31 most significant bits of the result. -- cgit v1.2.3