summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep15
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep15')
-rw-r--r--src/usr/isteps/istep15/host_build_stop_image.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep15/host_build_stop_image.C b/src/usr/isteps/istep15/host_build_stop_image.C
index d40125b95..8d67edba3 100644
--- a/src/usr/isteps/istep15/host_build_stop_image.C
+++ b/src/usr/isteps/istep15/host_build_stop_image.C
@@ -441,7 +441,7 @@ void* host_build_stop_image (void *io_pArgs)
//If running Sapphire need to place this at the top of memory instead
if(is_sapphire_load())
{
- l_memBase = get_top_homer_mem_addr();
+ l_memBase = get_top_mem_addr();
assert (l_memBase != 0,
"host_build_stop_image: Top of memory was 0!");
l_memBase -= VMM_ALL_HOMER_OCC_MEMORY_SIZE;
OpenPOWER on IntegriCloud