summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/dos/code16.h
blob: ca76565152182bdff31c5a264d1a940d52c4d5fb (plain) (blame)
1
2
3
4
5
6
/* Must be included first of all */
#ifdef __ASSEMBLY__
	.code16
#else
__asm__ (".code16gcc");
#endif