summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/m_fixed.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/m_fixed.h')
-rw-r--r--apps/plugins/doom/m_fixed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/m_fixed.h b/apps/plugins/doom/m_fixed.h
index e29933befd..15fd9867a3 100644
--- a/apps/plugins/doom/m_fixed.h
+++ b/apps/plugins/doom/m_fixed.h
@@ -44,7 +44,7 @@ typedef int fixed_t;
44 44
45inline static int FixedMul( int a, int b ) 45inline static int FixedMul( int a, int b )
46{ 46{
47#if defined(CPU_COLDFIRE) && !defined(SIMULATOR) 47#if defined(CPU_COLDFIRE)
48 // Code contributed by Thom Johansen 48 // Code contributed by Thom Johansen
49 register int result; 49 register int result;
50 asm ( 50 asm (