diff options
author | Richard Henderson | 2014-03-31 23:09:13 +0200 |
---|---|---|
committer | Richard Henderson | 2014-04-19 01:57:37 +0200 |
commit | 02eb19d0ec19ac8fb1de1116999184663763eaa0 (patch) | |
tree | 56035d78a05f40b1dcc501f286b001893439aae0 /tcg/tci | |
parent | tcg: Fix fallback from muls2_i64 to mulu2_i64 (diff) | |
download | qemu-02eb19d0ec19ac8fb1de1116999184663763eaa0.tar.gz qemu-02eb19d0ec19ac8fb1de1116999184663763eaa0.tar.xz qemu-02eb19d0ec19ac8fb1de1116999184663763eaa0.zip |
tcg: Use HOST_WORDS_BIGENDIAN
Instead of rolling a local TCG_TARGET_WORDS_BIGENDIAN.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/tci')
-rw-r--r-- | tcg/tci/tcg-target.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h index 7869119b12..f43492cc67 100644 --- a/tcg/tci/tcg-target.h +++ b/tcg/tci/tcg-target.h @@ -57,12 +57,6 @@ #define CONFIG_DEBUG_TCG_INTERPRETER #endif -#if 0 /* TCI tries to emulate a little endian host. */ -#if defined(HOST_WORDS_BIGENDIAN) -# define TCG_TARGET_WORDS_BIGENDIAN -#endif -#endif - /* Optional instructions. */ #define TCG_TARGET_HAS_bswap16_i32 1 |