xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7df1310b2a8e0d825287d64d09c2c8d82e51907c
parent df5cc91659b0a2190072e6fc305060c8de95ed82
Author: rtm <rtm>
Date:   Thu, 22 Jun 2006 20:50:32 +0000

bug in trapret

Diffstat:
Mtrapasm.S | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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