projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27960f6
)
Add support for multiple address ranges in memory interfaces.
author
Erik Hallnor
<ehallnor@umich.edu>
Sun, 29 Feb 2004 21:18:49 +0000
(16:18 -0500)
committer
Erik Hallnor
<ehallnor@umich.edu>
Sun, 29 Feb 2004 21:18:49 +0000
(16:18 -0500)
dev/alpha_console.cc:
setAddrRange -> addAddrRange
--HG--
extra : convert_revision :
9dc853b80bea443b54a130ca4c110a68077cb336
dev/alpha_console.cc
patch
|
blob
|
history
diff --git
a/dev/alpha_console.cc
b/dev/alpha_console.cc
index 85b4d57f285c7bed52824336ef1c829aa6d8123e..04046557a8cf9e852f52af2d045cc73d6d96f782 100644
(file)
--- a/
dev/alpha_console.cc
+++ b/
dev/alpha_console.cc
@@
-63,7
+63,7
@@
AlphaConsole::AlphaConsole(const string &name, SimConsole *cons, SimpleDisk *d,
if (bus) {
pioInterface = newPioInterface(name, hier, bus, this,
&AlphaConsole::cacheAccess);
- pioInterface->
set
AddrRange(addr, addr + size);
+ pioInterface->
add
AddrRange(addr, addr + size);
}
consoleData = new uint8_t[size];