From: rtm Date: Thu, 22 Jun 2006 20:50:32 +0000 (+0000) Subject: bug in trapret X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=7df1310b2a8e0d825287d64d09c2c8d82e51907c;p=cs3210-lab0.git bug in trapret --- diff --git a/trapasm.S b/trapasm.S index c0cfd8e..4ae023d 100644 --- a/trapasm.S +++ b/trapasm.S @@ -24,6 +24,7 @@ alltraps: trapret: push $kernel_lock call release_spinlock + addl $4, %esp popal popl %es popl %ds