projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41b5edb
)
Change Bus template parameter to BusType (to avoid confusion with Bus class).
author
Steve Reinhardt
<stever@eecs.umich.edu>
Thu, 9 Dec 2004 06:07:08 +0000
(
01:07
-0500)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Thu, 9 Dec 2004 06:07:08 +0000
(
01:07
-0500)
Change Mem template parameter to MemType while we're at it.
dev/io_device.hh:
Change Bus template parameter to BusType (to avoid confusion with Bus class).
--HG--
extra : convert_revision :
dca8effb177535b3624ef08a3d3b8afab720390b
dev/io_device.hh
patch
|
blob
|
history
diff --git
a/dev/io_device.hh
b/dev/io_device.hh
index f49afc0a64dd3cca3f4f0bea9df3cee121739e12..8c9dc4a35172648561f1f67676d564a1ea2e1989 100644
(file)
--- a/
dev/io_device.hh
+++ b/
dev/io_device.hh
@@
-34,7
+34,7
@@
class BaseInterface;
class Bus;
class HierParams;
-template <class Bus> class DMAInterface;
+template <class Bus
Type
> class DMAInterface;
class PioDevice : public FunctionalMemory
{