diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-06-27 17:04:43 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-06-27 17:04:43 -0400 |
commit | 10a906be528df1e7495a68f415833a27e8279840 (patch) | |
tree | da3ad6069de6be7c9782480252d848a90613d1d6 /sim/system.cc | |
parent | c4029ecb306e95a188edf0b8d20a87f1e03e32fe (diff) | |
download | gem5-10a906be528df1e7495a68f415833a27e8279840.tar.xz |
Update for console code reorganization
dev/alpha_access.h:
Update the ALPHA_ACCESS_VERSION
move typedefs to this file since they're only used here.
dev/alpha_console.cc:
formatting
sim/system.cc:
xxm -> m5
--HG--
extra : convert_revision : 3aeca50d1385034f5a1e20dd8b0abd03bd6f26f0
Diffstat (limited to 'sim/system.cc')
-rw-r--r-- | sim/system.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/system.cc b/sim/system.cc index a51cc03bf..3ac0fdce1 100644 --- a/sim/system.cc +++ b/sim/system.cc @@ -147,7 +147,7 @@ System::System(Params *p) * Set the hardware reset parameter block system type and revision * information to Tsunami. */ - if (consoleSymtab->findAddress("xxm_rpb", addr)) { + if (consoleSymtab->findAddress("m5_rpb", addr)) { Addr paddr = vtophys(physmem, addr); char *hwrpb = (char *)physmem->dma_addr(paddr, sizeof(uint64_t)); |