summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/alpha_console.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/alpha_console.cc b/dev/alpha_console.cc
index 5c4858ee5..e94ca82ea 100644
--- a/dev/alpha_console.cc
+++ b/dev/alpha_console.cc
@@ -69,6 +69,7 @@ AlphaConsole::AlphaConsole(const string &name, SimConsole *cons, SimpleDisk *d,
pioInterface->addAddrRange(addr, addr + size);
}
+ alphaAccess = new AlphaAccess;
alphaAccess->last_offset = size - 1;
alphaAccess->kernStart = system->getKernelStart();
alphaAccess->kernEnd = system->getKernelEnd();