From e4ce0d4eb774eb2a8b6a27cd8a6f1d75e05c21ae Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 18 Sep 2013 15:08:52 -0700 Subject: tcg: Remove tcg_get_arg_str_i32/64 Reviewed-by: Aurelien Jarno Signed-off-by: Richard Henderson --- tcg/tcg.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tcg/tcg.c') diff --git a/tcg/tcg.c b/tcg/tcg.c index c0145ead9b..74e45e64aa 100644 --- a/tcg/tcg.c +++ b/tcg/tcg.c @@ -923,16 +923,6 @@ static char *tcg_get_arg_str_idx(TCGContext *s, char *buf, int buf_size, return buf; } -char *tcg_get_arg_str_i32(TCGContext *s, char *buf, int buf_size, TCGv_i32 arg) -{ - return tcg_get_arg_str_idx(s, buf, buf_size, GET_TCGV_I32(arg)); -} - -char *tcg_get_arg_str_i64(TCGContext *s, char *buf, int buf_size, TCGv_i64 arg) -{ - return tcg_get_arg_str_idx(s, buf, buf_size, GET_TCGV_I64(arg)); -} - /* Find helper name. */ static inline const char *tcg_find_helper(TCGContext *s, uintptr_t val) { -- cgit v1.2.3