summaryrefslogtreecommitdiffstats
path: root/tcg/arm/tcg-target.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-07-17 11:21:12 +0100
committerPaul Brook <paul@codesourcery.com>2009-07-17 11:21:12 +0100
commit2d69f3590d533ee029fb9739a2bd5339dde22bcb (patch)
treebcd4819c5332873f3659dd672746b85784198152 /tcg/arm/tcg-target.c
parent5e6500026030eccd95fb4bdacd9f5d6bbed1d929 (diff)
downloadhqemu-2d69f3590d533ee029fb9739a2bd5339dde22bcb.zip
hqemu-2d69f3590d533ee029fb9739a2bd5339dde22bcb.tar.gz
ARM host fixes
Minor TCG cleanups and warning fixes for ARM hosts. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'tcg/arm/tcg-target.c')
-rw-r--r--tcg/arm/tcg-target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/arm/tcg-target.c b/tcg/arm/tcg-target.c
index 8139da1..1edcd10 100644
--- a/tcg/arm/tcg-target.c
+++ b/tcg/arm/tcg-target.c
@@ -1567,7 +1567,7 @@ static inline void tcg_out_st(TCGContext *s, TCGType type, int arg,
tcg_out_st32(s, COND_AL, arg, arg1, arg2);
}
-void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
+static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
{
if (val > 0)
if (val < 0x100)
OpenPOWER on IntegriCloud