Skip to content

Commit c7bf906

Browse files
committed
comment on STACK_ADDR
1 parent 0fac868 commit c7bf906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub use crate::eval::{eval_main, create_ecx, MiriConfig};
4242

4343
// Some global facts about the emulated machine.
4444
pub const PAGE_SIZE: u64 = 4*1024;
45-
pub const STACK_ADDR: u64 = 16*PAGE_SIZE;
45+
pub const STACK_ADDR: u64 = 16*PAGE_SIZE; // not really about the "stack", but where we start assigning integer addresses to allocations
4646
pub const NUM_CPUS: u64 = 1;
4747

4848
/// Insert rustc arguments at the beginning of the argument list that Miri wants to be

0 commit comments

Comments
 (0)