Skip to content
Snippets Groups Projects
trapasm.S 250 B
Newer Older
rtm's avatar
rtm committed
	.text
        .globl trapret
	/*
         * a forked process RETs here
         * expects ESP to point to a Trapframe
         */
trapret:
        popal
        popl %es
        popl %ds
        addl $0x8, %esp /* trapno and errcode */
        iret