qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4754] Remove now-dead code.


From: Thiemo Seufer
Subject: [Qemu-devel] [4754] Remove now-dead code.
Date: Thu, 19 Jun 2008 18:38:40 +0000

Revision: 4754
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4754
Author:   ths
Date:     2008-06-19 18:38:40 +0000 (Thu, 19 Jun 2008)

Log Message:
-----------
Remove now-dead code.

Modified Paths:
--------------
    trunk/target-mips/op.c

Modified: trunk/target-mips/op.c
===================================================================
--- trunk/target-mips/op.c      2008-06-19 18:35:02 UTC (rev 4753)
+++ trunk/target-mips/op.c      2008-06-19 18:38:40 UTC (rev 4754)
@@ -27,26 +27,6 @@
 #ifndef CALL_FROM_TB0
 #define CALL_FROM_TB0(func) func()
 #endif
-#ifndef CALL_FROM_TB1
-#define CALL_FROM_TB1(func, arg0) func(arg0)
-#endif
-#ifndef CALL_FROM_TB1_CONST16
-#define CALL_FROM_TB1_CONST16(func, arg0) CALL_FROM_TB1(func, arg0)
-#endif
-#ifndef CALL_FROM_TB2
-#define CALL_FROM_TB2(func, arg0, arg1) func(arg0, arg1)
-#endif
-#ifndef CALL_FROM_TB2_CONST16
-#define CALL_FROM_TB2_CONST16(func, arg0, arg1)     \
-        CALL_FROM_TB2(func, arg0, arg1)
-#endif
-#ifndef CALL_FROM_TB3
-#define CALL_FROM_TB3(func, arg0, arg1, arg2) func(arg0, arg1, arg2)
-#endif
-#ifndef CALL_FROM_TB4
-#define CALL_FROM_TB4(func, arg0, arg1, arg2, arg3) \
-        func(arg0, arg1, arg2, arg3)
-#endif
 
 /* Load and store */
 #define MEMSUFFIX _raw
@@ -288,10 +268,3 @@
 }
 
 #endif /* TARGET_LONG_BITS > HOST_LONG_BITS */
-
-/* CP1 functions */
-#if 0
-# define DEBUG_FPU_STATE() CALL_FROM_TB1(dump_fpu, env)
-#else
-# define DEBUG_FPU_STATE() do { } while(0)
-#endif






reply via email to

[Prev in Thread] Current Thread [Next in Thread]