system.cc (11801:cd7f3a1dbf55) system.cc (11838:0b311345ac72)
1/*
2 * Copyright (c) 2011-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 145 unchanged lines hidden (view full) ---

154 if (!kernel->loadLocalSymbols(debugSymbolTable))
155 fatal("could not load kernel local symbols\n");
156
157 // Loading only needs to happen once and after memory system is
158 // connected so it will happen in initState()
159 }
160 }
161
1/*
2 * Copyright (c) 2011-2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 145 unchanged lines hidden (view full) ---

154 if (!kernel->loadLocalSymbols(debugSymbolTable))
155 fatal("could not load kernel local symbols\n");
156
157 // Loading only needs to happen once and after memory system is
158 // connected so it will happen in initState()
159 }
160 }
161
162 // increment the number of running systms
162 // increment the number of running systems
163 numSystemsRunning++;
164
165 // Set back pointers to the system in all memories
166 for (int x = 0; x < params()->memories.size(); x++)
167 params()->memories[x]->system(this);
168}
169
170System::~System()

--- 317 unchanged lines hidden ---
163 numSystemsRunning++;
164
165 // Set back pointers to the system in all memories
166 for (int x = 0; x < params()->memories.size(); x++)
167 params()->memories[x]->system(this);
168}
169
170System::~System()

--- 317 unchanged lines hidden ---