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

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

49 ~SparcSystem();
50
51 virtual void initState();
52
53/**
54 * Serialization stuff
55 */
56 public:
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;

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

49 ~SparcSystem();
50
51 virtual void initState();
52
53/**
54 * Serialization stuff
55 */
56 public:
57 virtual void serializeSymtab(std::ostream &os);
58 virtual void unserializeSymtab(Checkpoint *cp, const std::string &section);
57 void serializeSymtab(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
58 void unserializeSymtab(CheckpointIn &cp) M5_ATTR_OVERRIDE;
59
60 /** reset binary symbol table */
61 SymbolTable *resetSymtab;
62
63 /** hypervison binary symbol table */
64 SymbolTable *hypervisorSymtab;
65
66 /** openboot symbol table */

--- 69 unchanged lines hidden ---
59
60 /** reset binary symbol table */
61 SymbolTable *resetSymtab;
62
63 /** hypervison binary symbol table */
64 SymbolTable *hypervisorSymtab;
65
66 /** openboot symbol table */

--- 69 unchanged lines hidden ---