From: Aurelien Jarno Date: Tue, 9 Oct 2012 19:53:09 +0000 (+0200) Subject: tcg: remove compatiblity call flags X-Git-Tag: v1.3.0-rc0~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b393ab4228adc9338c17340d825f7a60e5f6820d;p=thirdparty%2Fqemu.git tcg: remove compatiblity call flags Reviewed-by: Richard Henderson Signed-off-by: Aurelien Jarno --- diff --git a/tcg/tcg.h b/tcg/tcg.h index 96b62229c22..a6c9256f8b2 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -268,10 +268,6 @@ typedef int TCGv_i64; #define TCG_CALL_NO_RWG_SE (TCG_CALL_NO_RWG | TCG_CALL_NO_SE) #define TCG_CALL_NO_WG_SE (TCG_CALL_NO_WG | TCG_CALL_NO_SE) -/* compatibility call flags, they should be eventually be removed */ -#define TCG_CALL_PURE TCG_CALL_NO_SIDE_EFFECTS -#define TCG_CALL_CONST TCG_CALL_NO_READ_GLOBALS - /* used to align parameters */ #define TCG_CALL_DUMMY_TCGV MAKE_TCGV_I32(-1) #define TCG_CALL_DUMMY_ARG ((TCGArg)(-1))