Skip to content

Commit

Permalink
Fix a typo in f11bd7b
Browse files Browse the repository at this point in the history
  • Loading branch information
YenHaoChen committed Aug 12, 2024
1 parent 6f28e4b commit 20a5082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv/sim.cc
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ sim_t::sim_t(const cfg_t *cfg, bool halted,
cfg, this, cfg->hartids[i], halted,
log_file.get(), sout_));
harts[cfg->hartids[i]] = procs[i];
return;
}
return;
} // otherwise, generate the procs by parsing the DTS

// Only make a CLINT (Core-Local INTerrupt controller) and PLIC (Platform-
Expand Down

0 comments on commit 20a5082

Please sign in to comment.