All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] tcg: Remove redundant declarations of TCG_TARGET_REG_BITS
@ 2011-12-07 22:31 ` Stefan Weil
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Weil @ 2011-12-07 22:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Stefan Weil

TCG_TARGET_REG_BITS is declared in tcg.h for all TCG targets.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 tcg/i386/tcg-target.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h
index 7756e7b..adbb036 100644
--- a/tcg/i386/tcg-target.h
+++ b/tcg/i386/tcg-target.h
@@ -23,11 +23,6 @@
  */
 #define TCG_TARGET_I386 1
 
-#if defined(__x86_64__)
-# define TCG_TARGET_REG_BITS 64
-#else
-# define TCG_TARGET_REG_BITS 32
-#endif
 //#define TCG_TARGET_WORDS_BIGENDIAN
 
 #if TCG_TARGET_REG_BITS == 64
-- 
1.7.2.5



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-12-09 10:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07 22:31 [Qemu-trivial] [PATCH] tcg: Remove redundant declarations of TCG_TARGET_REG_BITS Stefan Weil
2011-12-07 22:31 ` [Qemu-devel] " Stefan Weil
2011-12-08  7:03 ` [Qemu-trivial] " 陳韋任
2011-12-08  7:03   ` 陳韋任
2011-12-08  7:19   ` Stefan Weil
2011-12-08 21:46     ` Stuart Brady
2011-12-09 10:58 ` [Qemu-trivial] " Stefan Hajnoczi
2011-12-09 10:58   ` [Qemu-devel] " Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.