Fix syntax error in previous change.

This commit is contained in:
pk 2001-03-05 07:16:19 +00:00
parent 850f81157a
commit 90e5095df2
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.98 2001/03/03 19:11:02 pk Exp $ */
/* $NetBSD: trap.c,v 1.99 2001/03/05 07:16:19 pk Exp $ */
/*
* Copyright (c) 1996
@ -760,7 +760,7 @@ mem_access_fault(type, ser, v, pc, psr, tf)
p = &proc0;
sticks = p->p_sticks;
if ((psr & PSR_PS) == 0) {
if ((psr & PSR_PS) == 0)
KERNEL_PROC_LOCK(p);
#ifdef FPU_DEBUG