From: Thiemo Seufer <ths@networkno.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4754] Remove now-dead code.
Date: Thu, 19 Jun 2008 18:38:40 +0000 [thread overview]
Message-ID: <E1K9P1s-0004xJ-Qq@cvs.savannah.gnu.org> (raw)
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 other threads:[~2008-06-19 18:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1K9P1s-0004xJ-Qq@cvs.savannah.gnu.org \
--to=ths@networkno.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).