Skip to content

Commit 12cc5c9

Browse files
committed
Temporarily add __rust_probestack to fix build
1 parent 15e3bd3 commit 12cc5c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uefi-test-runner/src/main.rs

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

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

0 commit comments

Comments
 (0)