Commit 153a08db4f059ac2b6d4bb24ebbbfcc314697bf5

Authored by ths
1 parent 1196be37

Remove useless static specifier.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2488 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
hw/mips_r4k.c
... ... @@ -136,7 +136,7 @@ void mips_r4k_init (int ram_size, int vga_ram_size, int boot_device,
136 136 unsigned long bios_offset;
137 137 int bios_size;
138 138 CPUState *env;
139   - static RTCState *rtc_state;
  139 + RTCState *rtc_state;
140 140 int i;
141 141  
142 142 env = cpu_init();
... ...