Deleted Added
sdiff udiff text old ( 5034:6186ef720dd4 ) new ( 5314:e902f12a3af1 )
full compact
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

259 panic("Unimplemented!");
260}
261
262void
263SimObject::takeOverFrom(BaseCPU *cpu)
264{
265 panic("Unimplemented!");
266}