Skip to content

Commit e9d766c

Browse files
committed
Fix misleading comment about MIPS entry points
We only define __start, not both. The comment was aspirational fiction.
1 parent af736e3 commit e9d766c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/arch/mips32.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ use {
3030
/// MIPS O32 ABI: $sp holds the stack pointer, $a0-$a3 are argument registers.
3131
/// At entry, argc is at 0($sp), argv at 4($sp), etc.
3232
// MIPS uses __start as the default entry point, not _start.
33-
// We provide both names for compatibility.
3433
#[cfg(feature = "origin-start")]
3534
#[unsafe(naked)]
3635
#[unsafe(no_mangle)]

0 commit comments

Comments
 (0)