Skip to content

Commit

Permalink
delete the FIXME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PorterLu committed Jul 24, 2024
1 parent 342baca commit 82d51b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketemu/driver/src/sim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl Simulator {
tracing::subscriber::set_global_default(global_logger)
.expect("internal error: fail to setup log subscriber");

// FIXME: pass e_entry to rocket
// pass e_entry to rocket
let (e_entry, mem, fn_sym_tab) =
Self::load_elf(&args.elf_file).expect("fail creating simulator");

Expand Down

0 comments on commit 82d51b4

Please sign in to comment.