We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575256d commit 67bb0ccCopy full SHA for 67bb0cc
core/lsu/LSU.cpp
@@ -22,8 +22,8 @@ namespace olympia
22
replay_issue_delay_(p->replay_issue_delay),
23
// store_buffer_("store_buffer", p->ldst_inst_queue_size, getClock()), // Add this line
24
// store_buffer_size_(p->ldst_inst_queue_size),
25
- ready_queue_(),
26
store_buffer_(),
+ ready_queue_(),
27
load_store_info_allocator_(sparta::notNull(OlympiaAllocators::getOlympiaAllocators(node))
28
->load_store_info_allocator),
29
memory_access_allocator_(sparta::notNull(OlympiaAllocators::getOlympiaAllocators(node))
0 commit comments