projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a30cfee
)
tcg: Remove redundant declarations of TCG_TARGET_REG_BITS
author
Stefan Weil
<sw@weilnetz.de>
Wed, 7 Dec 2011 22:31:46 +0000
(23:31 +0100)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Fri, 9 Dec 2011 10:03:39 +0000
(10:03 +0000)
TCG_TARGET_REG_BITS is declared in tcg.h for all TCG targets.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
tcg/i386/tcg-target.h
patch
|
blob
|
history
diff --git
a/tcg/i386/tcg-target.h
b/tcg/i386/tcg-target.h
index 7756e7b03c7bf83661607e1f07c162e357f0464b..adbb0369053e5b1eb6958db605ee8f1b9098ceef 100644
(file)
--- 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