Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2783 → Rev 2784

/trunk/kernel/arch/ia32/src/asm.S
173,6 → 173,7
movw %ax, %ds
movw %ax, %es
cld
sti
# syscall_handler(edx, ecx, ebx, esi, edi, ebp, eax)
call syscall_handler
233,6 → 234,8
movw %ax, %ds
movw %ax, %es
 
cld
 
pushl %esp # *istate
pushl $(\i) # intnum
call exc_dispatch # excdispatch(intnum, *istate)