isa.hh (9461:67a6ba6604c8) isa.hh (9553:2e1e5364dae3)
1/*
2 * Copyright (c) 2009 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;

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

83 regVal[MISCREG_X87_TOP]);
84 }
85 return reg;
86 }
87
88 void serialize(std::ostream &os);
89 void unserialize(Checkpoint *cp, const std::string &section);
90 void startup(ThreadContext *tc);
1/*
2 * Copyright (c) 2009 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;

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

83 regVal[MISCREG_X87_TOP]);
84 }
85 return reg;
86 }
87
88 void serialize(std::ostream &os);
89 void unserialize(Checkpoint *cp, const std::string &section);
90 void startup(ThreadContext *tc);
91
92 /// Explicitly import the otherwise hidden startup
93 using SimObject::startup;
94
91 };
92}
93
94#endif
95 };
96}
97
98#endif