Commit f4a5a5ba926ea607904aeb267683d232463cdf76

Authored by blueswir1
1 parent e01fe6d5

Add missing "static"

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5977 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-sparc/op_helper.c
... ... @@ -49,7 +49,7 @@ static inline void address_mask(CPUState *env1, target_ulong *addr)
49 49 #endif
50 50 }
51 51  
52   -void raise_exception(int tt)
  52 +static void raise_exception(int tt)
53 53 {
54 54 env->exception_index = tt;
55 55 cpu_loop_exit();
... ...