Skip to content

Commit bce9ff5

Browse files
committed
Update bootloader tests
1 parent 5bbc76e commit bce9ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/src/gdt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy_static! {
1313
static mut STACK: [u8; STACK_SIZE] = [0; STACK_SIZE];
1414

1515
let stack_start = VirtAddr::from_ptr(unsafe { &STACK });
16-
let stack_end = stack_start + STACK_SIZE;
16+
let stack_end = stack_start + STACK_SIZE as u64;
1717
stack_end
1818
};
1919
tss

0 commit comments

Comments
 (0)