Skip to content

Commit

Permalink
Merge pull request #67 from OPAE/pajgaonk/cov_issue_div_by_zero
Browse files Browse the repository at this point in the history
Divide by zero fix - Coverity flagged issue
  • Loading branch information
pajgaonk committed Jul 28, 2023
2 parents 7c4f773 + b544a23 commit d202295
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ TEST_MEM_PERF::runTest(const t_test_config* config, t_test_stats* stats)
{
// Error!
dbgRegDump(readTestCSR(7));
cerr << *stats << endl;
cerr << "WARNING : actual_cycles => 0" << endl;
return 1;
}

Expand Down

0 comments on commit d202295

Please sign in to comment.