diff options
author | Richard Henderson <rth@twiddle.net> | 2016-11-09 16:03:16 +0100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2017-10-24 21:45:07 +0200 |
commit | 54534d7cfd3bdff1aa1f6c9472d94243d2303656 (patch) | |
tree | f11e8de9aa53d5870664e80325b86398c07ae253 /tcg | |
parent | 2272e4a791b7e1a01ffac143616ba4ece9a5762d (diff) |
tcg: Remove unused TCG_CALL_DUMMY_TCGV
Reviewed-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg')
-rw-r--r-- | tcg/tcg.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -496,7 +496,6 @@ static inline intptr_t QEMU_ARTIFICIAL GET_TCGV_PTR(TCGv_ptr t) #define TCG_CALL_NO_WG_SE (TCG_CALL_NO_WG | TCG_CALL_NO_SE) /* used to align parameters */ -#define TCG_CALL_DUMMY_TCGV MAKE_TCGV_I32(-1) #define TCG_CALL_DUMMY_ARG ((TCGArg)(-1)) /* Conditions. Note that these are laid out for easy manipulation by |