diff options
author | pbrook | 2007-04-16 01:54:20 +0200 |
---|---|---|
committer | pbrook | 2007-04-16 01:54:20 +0200 |
commit | e9a9a0811f0d445cca8c05a7257616ed1298424e (patch) | |
tree | 1e63126b47704b7d0db4f56a77fdefa2282d1528 /hw/acpi.c | |
parent | Don't use T2 for INS, it conflicts with branch delay slot handling. (diff) | |
download | qemu-e9a9a0811f0d445cca8c05a7257616ed1298424e.tar.gz qemu-e9a9a0811f0d445cca8c05a7257616ed1298424e.tar.xz qemu-e9a9a0811f0d445cca8c05a7257616ed1298424e.zip |
Remove unused variable.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2675 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/acpi.c')
-rw-r--r-- | hw/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |