diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-09-21 18:39:26 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-21 18:39:26 +0000 |
commit | 6f4fc3679c4c860038f4fe0b277cc1196dbcc5a3 (patch) | |
tree | 1ad7e0065098dc982f8315c9fea0e4b52757cfd3 /target-alpha | |
parent | b9d38e9510b38a8c101fa50cbd6f75d9eff61261 (diff) |
Add 'static' to please Sparse
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/op_helper.c b/target-alpha/op_helper.c index e9d2732dfb..fe222dccd9 100644 --- a/target-alpha/op_helper.c +++ b/target-alpha/op_helper.c @@ -89,7 +89,7 @@ void helper_store_fpcr (uint64_t val) } } -spinlock_t intr_cpu_lock = SPIN_LOCK_UNLOCKED; +static spinlock_t intr_cpu_lock = SPIN_LOCK_UNLOCKED; uint64_t helper_rs(void) { |