Releasing debian version 6.03~pre1+dfsg-4.
[syslinux-debian/hramrach.git] / memdump / code16.h
blobebf5ff49ff0704bbae6bf4b36ec4647479ceef73
1 /* Must be included first of all */
2 #if __SIZEOF_POINTER__ == 4
3 #ifdef __ASSEMBLY__
4 .code16
5 #else
6 __asm__ (".code16gcc");
7 #endif
8 #endif