* [Qemu-devel] [4754] Remove now-dead code.
@ 2008-06-19 18:38 Thiemo Seufer
0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-06-19 18:38 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-19 18:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-19 18:38 [Qemu-devel] [4754] Remove now-dead code Thiemo Seufer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).