dmi: check both the AC and ID flags at the same time
[syslinux/sherbszt.git] / dos / code16.h
blobca76565152182bdff31c5a264d1a940d52c4d5fb
1 /* Must be included first of all */
2 #ifdef __ASSEMBLY__
3 .code16
4 #else
5 __asm__ (".code16gcc");
6 #endif