* grub-core/commands/i386/pc/halt.c (grub_halt): Add noreturn attribute.

(grub_cmd_halt): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-29 15:06:39 +01:00
parent bea359d657
commit 6fd4e6e4d0
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/i386/pc/halt.c (grub_halt): Add noreturn attribute.
(grub_cmd_halt): Likewise.
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/i386/relocator16.S: Declare LOCAL(relocator16_end)