We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
noreturn
1 parent bee20ac commit c1d01d6Copy full SHA for c1d01d6
1 file changed
bios/stage-3/src/main.rs
@@ -62,7 +62,6 @@ pub fn enter_long_mode_and_jump_to_stage_4(info: &mut BiosInfo) {
62
"2:",
63
"jmp 2b",
64
out("eax") _,
65
- options(noreturn),
66
);
67
}
68
0 commit comments