projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7630168
)
dev: Fix IsaFake's cxx_header setting
author
Andrew Bardsley
<Andreas.Bardsley@arm.com>
Sun, 23 Mar 2014 15:11:37 +0000
(11:11 -0400)
committer
Andrew Bardsley
<Andreas.Bardsley@arm.com>
Sun, 23 Mar 2014 15:11:37 +0000
(11:11 -0400)
cxx_header was set incorrectly on IsaFake
src/dev/Device.py
patch
|
blob
|
history
diff --git
a/src/dev/Device.py
b/src/dev/Device.py
index 3b86ffb7dd05a0820244b9dc516efca4a7d68730..b274b152cc504c2d5331432ce67029fd380d1378 100644
(file)
--- a/
src/dev/Device.py
+++ b/
src/dev/Device.py
@@
-53,7
+53,7
@@
class DmaDevice(PioDevice):
class IsaFake(BasicPioDevice):
type = 'IsaFake'
- cxx_header = "dev/i
o_devic
e.hh"
+ cxx_header = "dev/i
sa_fak
e.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")