sim_object.cc (9196:87967784f101) sim_object.cc (9253:e0d2a8e9f445)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

159
160void
161SimObject::resume()
162{
163 state = Running;
164}
165
166void
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

159
160void
161SimObject::resume()
162{
163 state = Running;
164}
165
166void
167SimObject::setMemoryMode(Enums::MemoryMode new_mode)
168{
169 panic("setMemoryMode() should only be called on systems");
170}
171
172void
173SimObject::switchOut()
174{
175 panic("Unimplemented!");
176}
177
178void
179SimObject::takeOverFrom(BaseCPU *cpu)
180{

--- 18 unchanged lines hidden ---
167SimObject::switchOut()
168{
169 panic("Unimplemented!");
170}
171
172void
173SimObject::takeOverFrom(BaseCPU *cpu)
174{

--- 18 unchanged lines hidden ---