Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 29, 2019
1 parent fe76d33 commit e5a81c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
let main_ptr = ecx
.memory
.create_fn_alloc(FnVal::Instance(main_instance));
// Second argument (argc): `1`.
// Second argument (argc): length of `config.args`.
let argc = Scalar::from_uint(config.args.len() as u128, ecx.pointer_size());
// Third argument (`argv`): created from `config.args`.
let argv = {
Expand Down

0 comments on commit e5a81c6

Please sign in to comment.