base.hh (4998:51a0f9f59cc5) base.hh (5169:bfd18d401251)
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;

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

112 public:
113 /** SimpleThread object, provides all the architectural state. */
114 SimpleThread *thread;
115
116 /** ThreadContext object, provides an interface for external
117 * objects to modify this thread's state.
118 */
119 ThreadContext *tc;
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;

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

112 public:
113 /** SimpleThread object, provides all the architectural state. */
114 SimpleThread *thread;
115
116 /** ThreadContext object, provides an interface for external
117 * objects to modify this thread's state.
118 */
119 ThreadContext *tc;
120 protected:
121 int cpuId;
120
122
123 public:
124
121#if FULL_SYSTEM
122 Addr dbg_vtophys(Addr addr);
123
124 bool interval_stats;
125#endif
126
127 // current instruction
128 TheISA::MachInst inst;

--- 261 unchanged lines hidden ---
125#if FULL_SYSTEM
126 Addr dbg_vtophys(Addr addr);
127
128 bool interval_stats;
129#endif
130
131 // current instruction
132 TheISA::MachInst inst;

--- 261 unchanged lines hidden ---