projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1196be3
)
Remove useless static specifier.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 17 Mar 2007 15:21:30 +0000
(15:21 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 17 Mar 2007 15:21:30 +0000
(15:21 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2488
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/mips_r4k.c
patch
|
blob
|
history
diff --git
a/hw/mips_r4k.c
b/hw/mips_r4k.c
index 91d8021ddaf9c7d830fcefad1b95b66127af5881..2a3b15af687109d896bcb660ff5094db58e72a51 100644
(file)
--- 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();