thread_state.hh (3126:756092c6383c) thread_state.hh (3276:dc3cd126b479)
1/*
2 * Copyright (c) 2006 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;

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

195
196#endif
197
198 /** Current instruction the thread is committing. Only set and
199 * used for DTB faults currently.
200 */
201 TheISA::MachInst inst;
202
1/*
2 * Copyright (c) 2006 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;

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

195
196#endif
197
198 /** Current instruction the thread is committing. Only set and
199 * used for DTB faults currently.
200 */
201 TheISA::MachInst inst;
202
203 /** The current microcode pc for the currently executing macro
204 * operation.
205 */
206 MicroPC microPC;
207
208 /** The next microcode pc for the currently executing macro
209 * operation.
210 */
211 MicroPC nextMicroPC;
212
203 public:
204 /**
205 * Temporary storage to pass the source address from copy_load to
206 * copy_store.
207 * @todo Remove this temporary when we have a better way to do it.
208 */
209 Addr copySrcAddr;
210 /**

--- 18 unchanged lines hidden ---
213 public:
214 /**
215 * Temporary storage to pass the source address from copy_load to
216 * copy_store.
217 * @todo Remove this temporary when we have a better way to do it.
218 */
219 Addr copySrcAddr;
220 /**

--- 18 unchanged lines hidden ---