Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 442 → Rev 443

/shark/trunk/oslib/ll/i386/int.h
24,6 → 24,12
movl $##n, %eax ; \
jmp ll_handler_slave_pic
 
#define VM86(n) \
.globl SYMBOL_NAME(h##n) ; \
SYMBOL_NAME_LABEL(h##n) ; \
pushal ; \
jmp ll_handler_vm86
 
#define EXC(n) \
.globl SYMBOL_NAME(exc##n) ; \
SYMBOL_NAME_LABEL(exc##n) ; \