efi/udp.c: Save UDP Port in core_udp_open()
[syslinux/sherbszt.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