diff options
Diffstat (limited to 'src/arch/alpha/system.cc')
-rw-r--r-- | src/arch/alpha/system.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/alpha/system.cc b/src/arch/alpha/system.cc index b72821ed1..7bff6da01 100644 --- a/src/arch/alpha/system.cc +++ b/src/arch/alpha/system.cc @@ -109,8 +109,8 @@ AlphaSystem::initState() System::initState(); // Load program sections into memory - pal->loadSections(physProxy, loadAddrMask); - console->loadSections(physProxy, loadAddrMask); + pal->loadSegments(physProxy, loadAddrMask); + console->loadSegments(physProxy, loadAddrMask); /** * Copy the osflags (kernel arguments) into the consoles |