summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2015-09-01 20:07:48 -0700
committerRichard Henderson <rth@twiddle.net>2015-10-07 20:36:53 +1100
commit04fe64000162c45d8974da9ca4d266f8d0e67eb7 (patch)
tree996c2470599923c3ee5ae4c5289181e7d4ed41fa /tcg/tcg.h
parent4e5e1215156662b2b153255c49d4640d82c5568b (diff)
downloadqemu-04fe64000162c45d8974da9ca4d266f8d0e67eb7.tar.gz
tcg: Remove tcg_gen_code_search_pc
It's no longer used, so tidy up everything reached by it. Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r--tcg/tcg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/tcg.h b/tcg/tcg.h
index d079a91ef5..5fbbd15660 100644
--- a/tcg/tcg.h
+++ b/tcg/tcg.h
@@ -626,8 +626,6 @@ void tcg_prologue_init(TCGContext *s);
void tcg_func_start(TCGContext *s);
int tcg_gen_code(TCGContext *s, tcg_insn_unit *gen_code_buf);
-int tcg_gen_code_search_pc(TCGContext *s, tcg_insn_unit *gen_code_buf,
- long offset);
void tcg_set_frame(TCGContext *s, int reg, intptr_t start, intptr_t size);