bootsect.inc: try to catch obvious .0 problems
[profile/ivi/syslinux.git] / dos / code16.h
1 /* Must be included first of all */
2 #ifdef __ASSEMBLY__
3         .code16
4 #else
5 __asm__ (".code16gcc");
6 #endif