kern

diff src/intr-asm.S @ 47:f65b348780e3

continuing with the process implementation. not done yet, panics.
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 28 Jul 2011 05:43:04 +0300
parents 9939a6d7a45a
children 50730d42d2d3
line diff
     1.1 --- a/src/intr-asm.S	Thu Jul 28 05:33:59 2011 +0300
     1.2 +++ b/src/intr-asm.S	Thu Jul 28 05:43:04 2011 +0300
     1.3 @@ -70,6 +70,9 @@
     1.4  intr_entry_common:
     1.5  	pusha
     1.6  	call dispatch_intr
     1.7 +
     1.8 +	.globl intr_ret
     1.9 +intr_ret:
    1.10  	popa
    1.11  	/* remove error code and intr num from stack */
    1.12  	add $8, %esp