summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 716751a..029937f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -4,7 +4,7 @@
use core::panic::PanicInfo;
#[no_mangle]
-pub extern "C" fn _start() -> ! {
+pub extern "C" fn pre_main() -> ! {
loop {}
}