summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-11-29 03:21:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-11-29 03:21:57 +0000
commit0230c5df36333fcb06a732645c1b5315b1ffd667 (patch)
tree2cb6da489e6adfc7d7d72fffee033b67dbf18d2a
parentf84f7d261a08bc32246ab6e2f8d7edb63f2f3fe7 (diff)
parentb7cf1dd8f4bd09dbca52da35b568e6d307b41f35 (diff)
downloadlibbootloader-0230c5df36333fcb06a732645c1b5315b1ffd667.tar.gz
Merge "rustc update: __chkstk is provided" into main
-rw-r--r--gbl/efi/src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/gbl/efi/src/main.rs b/gbl/efi/src/main.rs
index 0df6e7b..b9c6a93 100644
--- a/gbl/efi/src/main.rs
+++ b/gbl/efi/src/main.rs
@@ -127,6 +127,3 @@ pub extern "C" fn efi_main(image_handle: *mut core::ffi::c_void, systab_ptr: *mu
main(image_handle, systab_ptr).unwrap();
loop {}
}
-
-#[no_mangle]
-pub extern "C" fn __chkstk() {}