From 264e8178ff8e97df4fde62359a01898a8af7ae26 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Sun, 19 Jun 2011 21:43:36 -0400 Subject: imported patch squash_from_next_stage --- src/cpu/inorder/resources/decode_unit.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/cpu/inorder/resources/decode_unit.cc') diff --git a/src/cpu/inorder/resources/decode_unit.cc b/src/cpu/inorder/resources/decode_unit.cc index 43f847818..0ab9d96c7 100644 --- a/src/cpu/inorder/resources/decode_unit.cc +++ b/src/cpu/inorder/resources/decode_unit.cc @@ -66,11 +66,8 @@ DecodeUnit::execute(int slot_num) if (inst->backSked != NULL) { DPRINTF(InOrderDecode, - "[tid:%i]: %s Setting Destination Register(s) for [sn:%i].\n", + "[tid:%i]: Back End Schedule created for %s [sn:%i].\n", tid, inst->instName(), inst->seqNum); - - //inst->printSked(); - decode_req->done(); } else { DPRINTF(Resource, -- cgit v1.2.3