Skip to content

Commit

Permalink
shell.S: Add .section .bss to make Clang happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Midar committed Nov 8, 2015
1 parent 50a1d86 commit f7ededa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/system/boot/platform/bios_ia32/shell.S
Expand Up @@ -442,3 +442,5 @@ GLOBAL(gMultiBootInfo):
.long 0

.org 1024

.section .bss

0 comments on commit f7ededa

Please sign in to comment.