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 7def1ef commit 4032f22Copy full SHA for 4032f22
src/hyperlight_common/src/mem.rs
@@ -46,10 +46,6 @@ pub struct GuestStackData {
46
pub minUserStackAddress: u64,
47
/// This is the user stack pointer
48
pub userStackAddress: u64,
49
- /// This is the stack pointer for the kernel mode stack
50
- pub kernelStackAddress: u64,
51
- /// This is the initial stack pointer when init is called its used before the TSS is set up
52
- pub bootStackAddress: u64,
53
}
54
55
#[repr(C)]
0 commit comments