summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2010-05-07 19:47:31 +0200
committerBlue Swirl <blauwirbel@gmail.com>2010-05-07 17:53:05 +0000
commita5ad59166aa7b8a3159ad057b77c8df6d84a9fa0 (patch)
treeef013f6e50a9dc2207395dd988ccdd513bd671a9 /tcg/tcg.h
parent92b30744d7da8facd8f2206731bae87eebb06164 (diff)
downloadqemu-a5ad59166aa7b8a3159ad057b77c8df6d84a9fa0.zip
tcg: Add missing 'static' attribute
tcg_out_reloc is only used locally (in */target.c which is included in tcg.c). Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r--tcg/tcg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcg/tcg.h b/tcg/tcg.h
index 166c889402..44856e1dd5 100644
--- a/tcg/tcg.h
+++ b/tcg/tcg.h
@@ -477,9 +477,6 @@ TCGv_i64 tcg_const_i64(int64_t val);
TCGv_i32 tcg_const_local_i32(int32_t val);
TCGv_i64 tcg_const_local_i64(int64_t val);
-void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type,
- int label_index, long addend);
-
extern uint8_t code_gen_prologue[];
#if defined(_ARCH_PPC) && !defined(_ARCH_PPC64)
#define tcg_qemu_tb_exec(tb_ptr) \