dev: Fix IsaFake's cxx_header setting

cxx_header was set incorrectly on IsaFake
This commit is contained in:
Andrew Bardsley 2014-03-23 11:11:37 -04:00
parent 7630168a75
commit 0c001e729a

View file

@ -53,7 +53,7 @@ class DmaDevice(PioDevice):
class IsaFake(BasicPioDevice):
type = 'IsaFake'
cxx_header = "dev/io_device.hh"
cxx_header = "dev/isa_fake.hh"
pio_size = Param.Addr(0x8, "Size of address range")
ret_data8 = Param.UInt8(0xFF, "Default data to return")
ret_data16 = Param.UInt16(0xFFFF, "Default data to return")