From 44080bbd23412cf5b5d7d72f59fc5f7a63dde887 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Thu, 11 Dec 2008 17:29:00 +0000 Subject: [PATCH] Add missing "static" git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5977 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sparc/op_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index d3c5029..15f259d 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_helper.c @@ -49,7 +49,7 @@ static inline void address_mask(CPUState *env1, target_ulong *addr) #endif } -void raise_exception(int tt) +static void raise_exception(int tt) { env->exception_index = tt; cpu_loop_exit(); -- 2.7.4