summaryrefslogtreecommitdiffstats
path: root/target-sparc
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc')
-rw-r--r--target-sparc/op_helper.c2
1 files changed, 1 insertions, 1 deletions
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();
OpenPOWER on IntegriCloud