Skip to content

Commit bf691ec

Browse files
committed
Remove __probestack stub
This bug has been fixed upstream in the latest compiler-builtins crate.
1 parent 411bd64 commit bf691ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

uefi-test-runner/src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ use uefi::table::boot::MemoryDescriptor;
1717
mod boot;
1818
mod proto;
1919

20-
#[no_mangle]
21-
extern "C" fn __rust_probestack() {}
22-
2320
#[entry]
2421
fn efi_main(image: Handle, st: SystemTable<Boot>) -> Status {
2522
// Initialize utilities (logging, memory allocation...)

0 commit comments

Comments
 (0)