]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Move comment text to `#error' stanza.
authorrobertmh <robertmh@localhost>
Thu, 20 Nov 2008 20:25:30 +0000 (20:25 +0000)
committerrobertmh <robertmh@localhost>
Thu, 20 Nov 2008 20:25:30 +0000 (20:25 +0000)
ChangeLog
loader/i386/linux.c

index 71a564de035c56b63ee73d2a28b911c86c1e621a..c78361cdf7d62d50e4a2f21e6b09bef75054a120 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
        * util/update-grub_lib.in: Likewise.
 
        * loader/i386/linux.c (allocate_pages): Fix a warning.
+       Move comment text to `#error' stanza.
 
 2008-11-19  Robert Millan  <rmh@aybabtu.com>
 
index 8b653cf2f96445c527db4552a83a4a57b867fed6..a5fbf041ed45d7b5e95bbd39849afbbfdd936526 100644 (file)
@@ -143,10 +143,8 @@ allocate_pages (grub_size_t prot_size)
   real_mode_mem = 0;
   prot_mode_mem = 0;
   
-  /* i386-pc port adds lower memory to heap, which collides with
-     `real_mode_mem' allocation below.  */
 #ifdef GRUB_MACHINE_PCBIOS
-#error
+#error i386-pc port adds lower memory to heap, which collides with `real_mode_mem' allocation below
 #endif
 
   auto int NESTED_FUNC_ATTR hook (grub_uint64_t, grub_uint64_t, grub_uint32_t);