Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 575 → Rev 576

/kernel/trunk/arch/ia32/src/asm.S
75,7 → 75,7
# vectors starting at vector i.
#
# The handlers setup data segment registers
# and call trap_dispatcher().
# and call exc_dispatch().
#
.macro handler i n
push %ebp
94,7 → 94,7
pushl %ebp
addl $4,(%esp)
pushl %edi
call trap_dispatcher
call exc_dispatch
addl $8,%esp
 
pop %es