From be0783369c4bfdeb7bde15bd6a523f32847ed026 Mon Sep 17 00:00:00 2001 From: Suraj Shirvankar Date: Fri, 3 Nov 2023 13:33:53 +0100 Subject: [PATCH] Update core/LSU.cpp Co-authored-by: Knute Lingaard Signed-off-by: Suraj Shirvankar --- core/LSU.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/LSU.cpp b/core/LSU.cpp index 1adcb634..eba732d2 100644 --- a/core/LSU.cpp +++ b/core/LSU.cpp @@ -97,8 +97,7 @@ namespace olympia << " MemoryAccessInfo objects allocated/created"); if(retire_done_and_is_drained_){ - bool ldst_queue_empty_ = ldst_inst_queue_.empty(); - sparta_assert(ldst_queue_empty_, "Issue queue has pending instructions"); + sparta_assert(ldst_inst_queue_.empty(), "Issue queue has pending instructions"); } }