Deleted Added
sdiff udiff text old ( 9196:87967784f101 ) new ( 9253:e0d2a8e9f445 )
full compact
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::switchOut()
168{
169 panic("Unimplemented!");
170}
171
172void
173SimObject::takeOverFrom(BaseCPU *cpu)
174{

--- 18 unchanged lines hidden ---