Fix a typo (oops).

This commit is contained in:
thorpej 1997-03-13 17:14:45 +00:00
parent 24120736d8
commit 711486fd1b

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.3 1997/03/13 09:29:03 thorpej Exp $
# $NetBSD: genassym.cf,v 1.4 1997/03/13 17:14:45 thorpej Exp $
#
# Copyright (c) 1982, 1990, 1993
@ -129,7 +129,7 @@ define SRUN SRUN
# VM structure fields
define VM_PMAP offsetof(struct vmspace, vm_pmap)
define VM_STCHG offsetof(struct pmap, pm_stchanged)
define PM_STCHG offsetof(struct pmap, pm_stchanged)
# interrupt/fault metering
define V_INTR offsetof(struct vmmeter, v_intr)