base_dyn_inst_impl.hh (4654:225cc048edfa) base_dyn_inst_impl.hh (5375:2bd02f12dc05)
1/*
2 * Copyright (c) 2004-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;

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

166 asid = 0;
167
168 // Initialize the fault to be NoFault.
169 fault = NoFault;
170
171 ++instcount;
172
173 if (instcount > 1500) {
1/*
2 * Copyright (c) 2004-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;

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

166 asid = 0;
167
168 // Initialize the fault to be NoFault.
169 fault = NoFault;
170
171 ++instcount;
172
173 if (instcount > 1500) {
174 cpu->dumpInsts();
175#ifdef DEBUG
174#ifdef DEBUG
175 cpu->dumpInsts();
176 dumpSNList();
177#endif
178 assert(instcount <= 1500);
179 }
180
181 DPRINTF(DynInst, "DynInst: [sn:%lli] Instruction created. Instcount=%i\n",
182 seqNum, instcount);
183

--- 163 unchanged lines hidden ---
176 dumpSNList();
177#endif
178 assert(instcount <= 1500);
179 }
180
181 DPRINTF(DynInst, "DynInst: [sn:%lli] Instruction created. Instcount=%i\n",
182 seqNum, instcount);
183

--- 163 unchanged lines hidden ---