Add a handcrafted assym.h to allow hp700 to build. This file should

really be autogenerated, but seems it's generally not required by
stuff in rump and guessing the location of the appropriate genassym.cf
is difficult without a major consultation.

Thanks to Havard for spotting the build failure.
This commit is contained in:
pooka 2009-01-09 01:38:35 +00:00
parent 7dd482c240
commit 6520945b68
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
/* $NetBSD: assym.h,v 1.1 2009/01/09 01:38:35 pooka Exp $ */
/* XXX: this file should be autogenerated */
#ifdef __hppa__
#define U_PCB 0
#define PCB_ONFAULT 272
#endif