diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-10 19:00:31 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-10 19:00:31 +0000 |
commit | 2edd089f8a265c2fab92da118dd89c1f59f437a5 (patch) | |
tree | cab4a64713939a63d700f275078cd953bef99b43 /tcg/tcg.h | |
parent | 3ae86ab936a0c28851ee898da7a49fb942350923 (diff) |
Add "static"
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6588 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r-- | tcg/tcg.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -390,8 +390,6 @@ typedef struct TCGTargetOpDef { const char *args_ct_str[TCG_MAX_OP_ARGS]; } TCGTargetOpDef; -extern TCGOpDef tcg_op_defs[]; - void tcg_target_init(TCGContext *s); void tcg_target_qemu_prologue(TCGContext *s); |