We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fac868 commit c7bf906Copy full SHA for c7bf906
src/lib.rs
@@ -42,7 +42,7 @@ pub use crate::eval::{eval_main, create_ecx, MiriConfig};
42
43
// Some global facts about the emulated machine.
44
pub const PAGE_SIZE: u64 = 4*1024;
45
-pub const STACK_ADDR: u64 = 16*PAGE_SIZE;
+pub const STACK_ADDR: u64 = 16*PAGE_SIZE; // not really about the "stack", but where we start assigning integer addresses to allocations
46
pub const NUM_CPUS: u64 = 1;
47
48
/// Insert rustc arguments at the beginning of the argument list that Miri wants to be
0 commit comments