* kern/i386/pc/startup.S [APPLE_CC]: block of nops to
compensate a compiler bug
+2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * kern/i386/pc/startup.S [APPLE_CC]: block of nops to
+ compensate a compiler bug
+
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/term.h (GRUB_TERM_BACKSPACE): explicitely define as 8
xnosmap:
xorl %ecx, %ecx
+/* Apple's cc jumps few bytes before the correct
+ label in this context. Hence nops. */
+#ifdef APPLE_CC
+ nop
+ nop
+ nop
+ nop
+ nop
+ nop
+#endif
+
xsmap:
DATA32 call real_to_prot
.code32