tcg: Remove redundant declarations of TCG_TARGET_REG_BITS
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>
This commit is contained in:
parent
a30cfee5ee
commit
46d5dee007
@ -23,11 +23,6 @@
|
|||||||
*/
|
*/
|
||||||
#define TCG_TARGET_I386 1
|
#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
|
//#define TCG_TARGET_WORDS_BIGENDIAN
|
||||||
|
|
||||||
#if TCG_TARGET_REG_BITS == 64
|
#if TCG_TARGET_REG_BITS == 64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user