Skip to content

Commit c381038

Browse files
committed
Fix missing newline at end of file in start.s (suppress assembler warning)
1 parent aafcbb8 commit c381038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/start.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ bss_done:
2424

2525
hang:
2626
// Halt if kernel_main returns (should not happen)
27-
B hang // Infinite loop
27+
B hang // Infinite loop

0 commit comments

Comments
 (0)