Skip to content

Commit

Permalink
typo fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
MayneMei authored Nov 29, 2024
1 parent 1a4a3b7 commit a1d5e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/LSU.cpp
Original file line number Diff line number Diff line change
@@ -521,7 +521,7 @@ namespace olympia
}

// Add store forwarding check here for loads
if (!inst_ptr->isStoreInst() && allow_data_forwarding)
if (!inst_ptr->isStoreInst() && allow_data_forwarding_)
{
const uint64_t load_addr = inst_ptr->getTargetVAddr();
auto forwarding_store = findYoungestMatchingStore_(load_addr);

0 comments on commit a1d5e04

Please sign in to comment.