diff --git a/runtime/hsa-runtime/core/runtime/amd_cpu_agent.cpp b/runtime/hsa-runtime/core/runtime/amd_cpu_agent.cpp index 1ecf9c3f9b..ddbfc1a9da 100644 --- a/runtime/hsa-runtime/core/runtime/amd_cpu_agent.cpp +++ b/runtime/hsa-runtime/core/runtime/amd_cpu_agent.cpp @@ -92,7 +92,7 @@ void CpuAgent::InitRegionList() { if (!is_apu_node) { MemoryRegion* system_region_coarse = - new MemoryRegion(false, false, is_apu_node, this, *system_prop); + new MemoryRegion(false, false, is_apu_node, this, system_props); regions_.push_back(system_region_coarse); } }