Skip to content

Commit 67bb0cc

Browse files
committed
initalization sequence change
1 parent 575256d commit 67bb0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lsu/LSU.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ namespace olympia
2222
replay_issue_delay_(p->replay_issue_delay),
2323
// store_buffer_("store_buffer", p->ldst_inst_queue_size, getClock()), // Add this line
2424
// store_buffer_size_(p->ldst_inst_queue_size),
25-
ready_queue_(),
2625
store_buffer_(),
26+
ready_queue_(),
2727
load_store_info_allocator_(sparta::notNull(OlympiaAllocators::getOlympiaAllocators(node))
2828
->load_store_info_allocator),
2929
memory_access_allocator_(sparta::notNull(OlympiaAllocators::getOlympiaAllocators(node))

0 commit comments

Comments
 (0)