Pull in FIX_UNALIGNED_VAX_FP option.

This commit is contained in:
thorpej 1997-09-02 13:22:53 +00:00
parent 693b3e7262
commit 49a2bcd443
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.26 1997/09/02 13:18:40 thorpej Exp $ */
/* $NetBSD: trap.c,v 1.27 1997/09/02 13:22:53 thorpej Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -27,9 +27,11 @@
* rights to redistribute these changes.
*/
#include "opt_fix_unaligned_vax_fp.h"
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.26 1997/09/02 13:18:40 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.27 1997/09/02 13:22:53 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>