Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Remove no_mangle (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Aug 20, 2023
1 parent a36120e commit 499ad07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootx64/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ use {
};

#[entry]
#[no_mangle]
pub fn efi_main(image: Handle, mut system_table: SystemTable<Boot>) -> uefi::Status {
bootx64::init(&mut system_table);

Expand Down

0 comments on commit 499ad07

Please sign in to comment.