From 7df1310b2a8e0d825287d64d09c2c8d82e51907c Mon Sep 17 00:00:00 2001 From: rtm Date: Thu, 22 Jun 2006 20:50:32 +0000 Subject: [PATCH] bug in trapret --- trapasm.S | 1 + 1 file changed, 1 insertion(+) 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