summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32031/tms32031.c
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2008-03-01 01:34:43 +0000
committer Couriersud <couriersud@users.noreply.github.com>2008-03-01 01:34:43 +0000
commit76847517a447114f2fcae6b89c52dc3486103189 (patch)
treed2691f7739b2261bc5d23ffc481d73e64de2eeb4 /src/emu/cpu/tms32031/tms32031.c
parentc5a4ffe2914e83417c1c9e1b3e6d851546b92570 (diff)
Identified code not used and marked with "#ifdef UNUSED_FUNCTION"
Diffstat (limited to 'src/emu/cpu/tms32031/tms32031.c')
-rw-r--r--src/emu/cpu/tms32031/tms32031.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/cpu/tms32031/tms32031.c b/src/emu/cpu/tms32031/tms32031.c
index 29798e03cfb..8b597ccce52 100644
--- a/src/emu/cpu/tms32031/tms32031.c
+++ b/src/emu/cpu/tms32031/tms32031.c
@@ -297,14 +297,15 @@ UINT32 convert_double_to_tms3203x_fp(double dval)
EXECEPTION HANDLING
***************************************************************************/
+#ifdef UNUSED_FUNCTION
INLINE void generate_exception(int exception)
{
}
-
INLINE void invalid_instruction(UINT32 op)
{
}
+#endif