Skip to content

Commit

Permalink
test typo fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
MayneMei authored Nov 29, 2024
1 parent a1d5e04 commit 1e2dd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/lsu/Lsu_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void runTest(int argc, char **argv)
olympia::LSUTester lsupipe_tester;
lsupipe_tester.test_pipeline_stages(*my_lsu);

if(my_lsu->enable_store_forwarding_) {
if(my_lsu->allow_data_forwarding_) {
// Data forwarding enabled case

// First store
Expand Down

0 comments on commit 1e2dd26

Please sign in to comment.