Changeset 14474 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Nov 21, 2008 4:43:27 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39750
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp ¶
r13840 r14474 865 865 static void pci_bios_init_device(PPCIGLOBALS pGlobals, uint8_t uBus, uint8_t uDevFn, uint8_t cBridgeDepth, uint8_t *paBridgePositions) 866 866 { 867 PCIIORegion *r;868 867 uint32_t *paddr; 869 868 int i, pin, pic_irq; … … 1233 1232 * Save IRQ states. 1234 1233 */ 1235 for ( uint8_ti = 0; i < PCI_IRQ_PINS; i++)1234 for (i = 0; i < PCI_IRQ_PINS; i++) 1236 1235 SSMR3PutU32(pSSMHandle, pThis->pci_irq_levels[i]); 1237 for ( uint8_ti = 0; i < PCI_APIC_IRQ_PINS; i++)1236 for (i = 0; i < PCI_APIC_IRQ_PINS; i++) 1238 1237 SSMR3PutU32(pSSMHandle, pThis->pci_apic_irq_levels[i]); 1239 1238
Note:
See TracChangeset
for help on using the changeset viewer.