Skip to content

Commit

Permalink
Merge pull request #1770 from YenHaoChen/pr-sim
Browse files Browse the repository at this point in the history
Fix a typo in f11bd7b (Support parsing procs fully from DTS)
  • Loading branch information
jerryz123 authored Aug 12, 2024
2 parents 6f28e4b + 20a5082 commit 183a2d0
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 183a2d0

Please sign in to comment.