]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2006-05-07 Vesa Jaaskelainen <chaac@nic.fi>
authorchaac <chaac@localhost>
Sat, 6 May 2006 22:33:51 +0000 (22:33 +0000)
committerchaac <chaac@localhost>
Sat, 6 May 2006 22:33:51 +0000 (22:33 +0000)
        * kern/i386/pc/startup.S (grub_exit): Added missing .code32 tag.

ChangeLog
kern/i386/pc/startup.S

index 2ad827f238d92e107a97fb33833314fb4fd0f076..e85a7cf8119b94292c8014f947ef827a42ab27fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-07  Vesa Jaaskelainen  <chaac@nic.fi>
+
+       * kern/i386/pc/startup.S (grub_exit): Added missing .code32 tag.
+
 2006-05-02  Yoshinori K. Okuji  <okuji@enbug.org>
 
        * kern/env.c (struct grub_env_context): Removed "sorted". Renamed
index 45a919c3c69b2a6c4f0290ee1338344ab8b083dd..9fdbb2384927ac6c5bcf803d3cc9097c049d28c0 100644 (file)
@@ -636,6 +636,7 @@ FUNCTION(grub_exit)
        /* Tell the BIOS a boot failure. If this does not work, reboot.  */
        int     $0x18
        jmp     cold_reboot
+       .code32
        
 /*
  * grub_reboot()