summaryrefslogtreecommitdiff
path: root/hw/mips_r4k.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 15:21:30 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 15:21:30 +0000
commit153a08db4f059ac2b6d4bb24ebbbfcc314697bf5 (patch)
tree5e8b7a1da452819dd4e650c09d96421459036cef /hw/mips_r4k.c
parent1196be3713ebd728359ada9ebf292f0059694a73 (diff)
downloadqemu-153a08db4f059ac2b6d4bb24ebbbfcc314697bf5.tar.gz
Remove useless static specifier.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2488 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mips_r4k.c')
-rw-r--r--hw/mips_r4k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c
index 91d8021dda..2a3b15af68 100644
--- a/hw/mips_r4k.c
+++ b/hw/mips_r4k.c
@@ -136,7 +136,7 @@ void mips_r4k_init (int ram_size, int vga_ram_size, int boot_device,
unsigned long bios_offset;
int bios_size;
CPUState *env;
- static RTCState *rtc_state;
+ RTCState *rtc_state;
int i;
env = cpu_init();