diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-11 17:29:00 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-11 17:29:00 +0000 |
commit | f4a5a5ba926ea607904aeb267683d232463cdf76 (patch) | |
tree | 9f703499551da3f02e5811ec64a10c7229af0c75 /target-sparc | |
parent | e01fe6d57567804011ed618208d9a6ff42d31cf0 (diff) |
Add missing "static"
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5977 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc')
-rw-r--r-- | target-sparc/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |