Skip to content

Commit c1d01d6

Browse files
committed
Remove noreturn option again because it disallows clobbers
1 parent bee20ac commit c1d01d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bios/stage-3/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ pub fn enter_long_mode_and_jump_to_stage_4(info: &mut BiosInfo) {
6262
"2:",
6363
"jmp 2b",
6464
out("eax") _,
65-
options(noreturn),
6665
);
6766
}
6867
}

0 commit comments

Comments
 (0)