repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merging upstream version 6.02~pre7+dfsg.
[syslinux-debian/hramrach.git]
/
memdump
/
code16.h
blob
ebf5ff49ff0704bbae6bf4b36ec4647479ceef73
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