thread_state.hh (14023:40eb7ed47e61) thread_state.hh (14024:abe47b13653d)
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;

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

117 */
118 if (virtProxy) {
119 delete virtProxy;
120 virtProxy = NULL;
121 initMemProxies(NULL);
122 }
123 }
124
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;

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

117 */
118 if (virtProxy) {
119 delete virtProxy;
120 virtProxy = NULL;
121 initMemProxies(NULL);
122 }
123 }
124
125 PortProxy &getMemProxy();
126
127 /** Reads the number of instructions functionally executed and
128 * committed.
129 */
130 Counter readFuncExeInst() const { return funcExeInst; }
131
132 /** Sets the total number of instructions functionally executed
133 * and committed.
134 */

--- 81 unchanged lines hidden ---
125 /** Reads the number of instructions functionally executed and
126 * committed.
127 */
128 Counter readFuncExeInst() const { return funcExeInst; }
129
130 /** Sets the total number of instructions functionally executed
131 * and committed.
132 */

--- 81 unchanged lines hidden ---