projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
171b31e
)
Remove unused variable.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 15 Apr 2007 23:54:20 +0000
(23:54 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 15 Apr 2007 23:54:20 +0000
(23:54 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2675
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/acpi.c
patch
|
blob
|
history
diff --git
a/hw/acpi.c
b/hw/acpi.c
index e78e56d6287b7641e7fe2b51da2a7f5c8bd8881f..5310570ecfff6ae48776231f5eb22fe57290378c 100644
(file)
--- a/
hw/acpi.c
+++ b/
hw/acpi.c
@@
-473,7
+473,7
@@
void piix4_pm_init(PCIBus *bus, int devfn)
{
PIIX4PMState *s;
uint8_t *pci_conf;
- uint32_t
pm_io_base,
smb_io_base;
+ uint32_t smb_io_base;
s = (PIIX4PMState *)pci_register_device(bus,
"PM", sizeof(PIIX4PMState),