Deleted Added
sdiff udiff text old ( 6221:58a3c04e6344 ) new ( 7598:c0ae58952ed0 )
full compact
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;

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

246 }
247 }
248#endif
249
250 bool canIssue() { return ableToIssue; }
251
252 bool ableToIssue;
253
254 private:
255 /** Sends commit proper information for a squash due to a branch
256 * mispredict.
257 */
258 void squashDueToBranch(DynInstPtr &inst, ThreadID tid);
259
260 /** Sends commit proper information for a squash due to a memory order
261 * violation.

--- 277 unchanged lines hidden ---