After processing an AST, check for another one. Pointed out by ws.

This commit is contained in:
mycroft 1996-08-15 15:34:03 +00:00
parent b57279a974
commit 312e49bad1
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.146 1996/06/18 01:53:07 mycroft Exp $ */
/* $NetBSD: locore.s,v 1.147 1996/08/15 15:34:03 mycroft Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995 Charles M. Hannum. All rights reserved.
@ -1923,6 +1923,7 @@ calltrap:
sti
movl $T_ASTFLT,TF_TRAPNO(%esp)
call _trap
jmp 2b
#ifndef DIAGNOSTIC
1: INTRFASTEXIT
#else /* DIAGNOSTIC */
@ -1989,6 +1990,7 @@ syscall1:
sti
/* Pushed T_ASTFLT into tf_trapno on entry. */
call _trap
jmp 2b
#ifndef DIAGNOSTIC
1: INTRFASTEXIT
#else /* DIAGNOSTIC */

View File

@ -1,4 +1,4 @@
/* $NetBSD: icu.s,v 1.46 1996/07/04 03:17:53 chuck Exp $ */
/* $NetBSD: icu.s,v 1.47 1996/08/15 15:34:07 mycroft Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995 Charles M. Hannum. All rights reserved.
@ -118,6 +118,7 @@ IDTVEC(doreti)
sti
/* Pushed T_ASTFLT into tf_trapno on entry. */
call _trap
jmp 2b
3: INTRFASTEXIT