diff options
Diffstat (limited to 'src/VBox/Devices/PC/BIOS/pirq.inc')
-rw-r--r-- | src/VBox/Devices/PC/BIOS/pirq.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Devices/PC/BIOS/pirq.inc b/src/VBox/Devices/PC/BIOS/pirq.inc index 5b0cb494..1817e620 100644 --- a/src/VBox/Devices/PC/BIOS/pirq.inc +++ b/src/VBox/Devices/PC/BIOS/pirq.inc @@ -467,6 +467,6 @@ ifdef VBOX endif ; VBOX pci_routing_table_end: ;; Size of the table -pci_routing_table_size dw pci_routing_table_end - pci_routing_table +_pci_routing_table_size dw pci_routing_table_end - pci_routing_table endif ; BX_PCIBIOS |