From 02eb19d0ec19ac8fb1de1116999184663763eaa0 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 31 Mar 2014 14:09:13 -0700 Subject: tcg: Use HOST_WORDS_BIGENDIAN Instead of rolling a local TCG_TARGET_WORDS_BIGENDIAN. Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tcg/i386') diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h index bdf2222..ababca0 100644 --- a/tcg/i386/tcg-target.h +++ b/tcg/i386/tcg-target.h @@ -24,8 +24,6 @@ #ifndef TCG_TARGET_I386 #define TCG_TARGET_I386 1 -#undef TCG_TARGET_WORDS_BIGENDIAN - #ifdef __x86_64__ # define TCG_TARGET_REG_BITS 64 # define TCG_TARGET_NB_REGS 16 -- cgit v1.1