From f4a5a5ba926ea607904aeb267683d232463cdf76 Mon Sep 17 00:00:00 2001
From: blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
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 d3c502995a..15f259da24 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.30.2