system.hh (9153:dc656c4af516) system.hh (9292:e57c7d9736a5)
1/*
2 * Copyright (c) 2002-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;

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

54 /**
55 * Initialise the state of the system.
56 */
57 virtual void initState();
58
59 /**
60 * Serialization stuff
61 */
1/*
2 * Copyright (c) 2002-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;

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

54 /**
55 * Initialise the state of the system.
56 */
57 virtual void initState();
58
59 /**
60 * Serialization stuff
61 */
62 virtual void serialize(std::ostream &os);
63 virtual void unserialize(Checkpoint *cp, const std::string §ion);
62 virtual void serializeSymtab(std::ostream &os);
63 virtual void unserializeSymtab(Checkpoint *cp, const std::string &section);
64
65 /** Override startup() to provide a path to call setupFuncEvents()
66 */
67 virtual void startup();
68
69 /**
70 * Set the m5AlphaAccess pointer in the console
71 */

--- 54 unchanged lines hidden ---
64
65 /** Override startup() to provide a path to call setupFuncEvents()
66 */
67 virtual void startup();
68
69 /**
70 * Set the m5AlphaAccess pointer in the console
71 */

--- 54 unchanged lines hidden ---