system.hh (10905:a6ca6831e775) system.hh (11168:f98eb2da15a4)
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;

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

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

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

55 /**
56 * Initialise the state of the system.
57 */
58 virtual void initState();
59
60 /**
61 * Serialization stuff
62 */
63 void serializeSymtab(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
64 void unserializeSymtab(CheckpointIn &cp) M5_ATTR_OVERRIDE;
63 void serializeSymtab(CheckpointOut &cp) const override;
64 void unserializeSymtab(CheckpointIn &cp) override;
65
66 /** Override startup() to provide a path to call setupFuncEvents()
67 */
68 virtual void startup();
69
70 /**
71 * Set the m5AlphaAccess pointer in the console
72 */

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

--- 59 unchanged lines hidden ---