commit_impl.hh (3771:808a4c19cf34) commit_impl.hh (3778:ac52cbef744c)
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;

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

728 InstSeqNum squashed_inst = fromIEW->squashedSeqNum[tid];
729
730#if ISA_HAS_DELAY_SLOT
731 InstSeqNum bdelay_done_seq_num = squashed_inst;
732 bool squash_bdelay_slot = fromIEW->squashDelaySlot[tid];
733
734 if (!squash_bdelay_slot)
735 bdelay_done_seq_num++;
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;

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

728 InstSeqNum squashed_inst = fromIEW->squashedSeqNum[tid];
729
730#if ISA_HAS_DELAY_SLOT
731 InstSeqNum bdelay_done_seq_num = squashed_inst;
732 bool squash_bdelay_slot = fromIEW->squashDelaySlot[tid];
733
734 if (!squash_bdelay_slot)
735 bdelay_done_seq_num++;
736
737#endif
738
739 if (fromIEW->includeSquashInst[tid] == true) {
740 squashed_inst--;
741#if ISA_HAS_DELAY_SLOT
742 bdelay_done_seq_num--;
743#endif
744 }

--- 664 unchanged lines hidden ---
736#endif
737
738 if (fromIEW->includeSquashInst[tid] == true) {
739 squashed_inst--;
740#if ISA_HAS_DELAY_SLOT
741 bdelay_done_seq_num--;
742#endif
743 }

--- 664 unchanged lines hidden ---