system.hh (2989:9a6f66c38acc) 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;

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

51 uint64_t system_type;
52 uint64_t system_rev;
53 };
54
55 AlphaSystem(Params *p);
56
57 ~AlphaSystem();
58
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;

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

51 uint64_t system_type;
52 uint64_t system_rev;
53 };
54
55 AlphaSystem(Params *p);
56
57 ~AlphaSystem();
58
59 virtual bool breakpoint();
60
61/**
62 * Serialization stuff
63 */
64 public:
65 virtual void serialize(std::ostream &os);
66 virtual void unserialize(Checkpoint *cp, const std::string &section);
67
68 /**

--- 43 unchanged lines hidden ---
59/**
60 * Serialization stuff
61 */
62 public:
63 virtual void serialize(std::ostream &os);
64 virtual void unserialize(Checkpoint *cp, const std::string &section);
65
66 /**

--- 43 unchanged lines hidden ---