Skip to content

Commit 4032f22

Browse files
committed
[common/mem] remove legacy fields from GuestStackData
We no longer have kernel stack and boot stacks, so we can remove these fields. Signed-off-by: danbugs <[email protected]>
1 parent 7def1ef commit 4032f22

File tree

1 file changed

+0
-4
lines changed
  • src/hyperlight_common/src

1 file changed

+0
-4
lines changed

src/hyperlight_common/src/mem.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ pub struct GuestStackData {
4646
pub minUserStackAddress: u64,
4747
/// This is the user stack pointer
4848
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,
5349
}
5450

5551
#[repr(C)]

0 commit comments

Comments
 (0)