Sigh. Bracket a label used only #ifdef COMPAT_SUNOS.

This commit is contained in:
scottr 1997-04-09 07:22:12 +00:00
parent f78e29b2a9
commit a2a2afbe56
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.47 1997/04/08 06:02:04 scottr Exp $ */
/* $NetBSD: trap.c,v 1.48 1997/04/09 07:22:12 scottr Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -592,7 +592,9 @@ copyfault:
out:
userret(p, &frame, sticks, v, 1);
#ifdef COMPAT_SUNOS
done:
#endif
}
#if defined(M68040)