system.hh (3853:76f34214fbab) system.hh (3960:1dca397b2bab)
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;

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

63 std::string partition_desc_bin;
64 std::string boot_osflags;
65 };
66
67 SparcSystem(Params *p);
68
69 ~SparcSystem();
70
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;

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

63 std::string partition_desc_bin;
64 std::string boot_osflags;
65 };
66
67 SparcSystem(Params *p);
68
69 ~SparcSystem();
70
71 virtual bool breakpoint();
72
73/**
74 * Serialization stuff
75 */
76 public:
77 virtual void serialize(std::ostream &os);
78 virtual void unserialize(Checkpoint *cp, const std::string &section);
79
80 /** reset binary symbol table */

--- 83 unchanged lines hidden ---
71/**
72 * Serialization stuff
73 */
74 public:
75 virtual void serialize(std::ostream &os);
76 virtual void unserialize(Checkpoint *cp, const std::string &section);
77
78 /** reset binary symbol table */

--- 83 unchanged lines hidden ---