diff options
Diffstat (limited to 'src/devices/machine/pci.h')
-rw-r--r-- | src/devices/machine/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pci.h b/src/devices/machine/pci.h index 14d0dd10859..19ecddafb4e 100644 --- a/src/devices/machine/pci.h +++ b/src/devices/machine/pci.h @@ -42,7 +42,7 @@ public: uint64_t io_window_start, uint64_t io_window_end, uint64_t io_offset, address_space *io_space); // Specify if this device must be mapped before all the others on the pci bus - virtual bool map_first() { return false; } + virtual bool map_first() const { return false; } void map_config(uint8_t device, address_space *config_space); |