Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 443 → Rev 444

/shark/trunk/oslib/ll/i386/int.h
36,3 → 36,10
movl $##n, %eax ; \
jmp ll_handler2
#endif
 
#define NONE(n) \
.globl SYMBOL_NAME(h##n) ; \
SYMBOL_NAME_LABEL(h##n) ; \
iret ; \
#endif