summaryrefslogtreecommitdiff
path: root/memdump/code16.h
blob: ebf5ff49ff0704bbae6bf4b36ec4647479ceef73 (plain)
1
2
3
4
5
6
7
8
/* Must be included first of all */
#if __SIZEOF_POINTER__ == 4
#ifdef __ASSEMBLY__
	.code16
#else
__asm__ (".code16gcc");
#endif
#endif