Deleted Added
sdiff udiff text old ( 8229:78bf55f23338 ) new ( 8276:66bb0d8ae8bf )
full compact
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;

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

119 * objects to modify this thread's state.
120 */
121 ThreadContext *tc;
122 protected:
123
124 enum Status {
125 Idle,
126 Running,
127 Faulting,
128 ITBWaitResponse,
129 IcacheRetry,
130 IcacheWaitResponse,
131 IcacheWaitSwitch,
132 DTBWaitResponse,
133 DcacheRetry,
134 DcacheWaitResponse,
135 DcacheWaitSwitch,

--- 277 unchanged lines hidden ---