Correct pasto in the cc_microtime defs. From tsutsui@.

This commit is contained in:
ad 2008-03-26 12:36:33 +00:00
parent d2075344b1
commit 4490d3fdcf
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.25 2008/03/11 02:24:43 ad Exp $
# $NetBSD: genassym.cf,v 1.26 2008/03/26 12:36:33 ad Exp $
#
# Copyright (c) 1998, 2006, 2007 The NetBSD Foundation, Inc.
@ -267,7 +267,7 @@ define CPU_INFO_CPUID offsetof(struct cpu_info, ci_cpuid)
define CPU_INFO_ISTATE offsetof(struct cpu_info, ci_istate)
define CC_DENOM offsetof(struct cc_microtime_state, cc_denom)
define CC_DELTA offsetof(struct cc_microtime_state, cc_denom)
define CC_DELTA offsetof(struct cc_microtime_state, cc_delta)
define CC_VAL offsetof(struct cc_microtime_state, cc_val)
define CC_GEN offsetof(struct cc_microtime_state, cc_gen)
define CC_CC offsetof(struct cc_microtime_state, cc_cc)

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.63 2008/03/11 02:24:43 ad Exp $
# $NetBSD: genassym.cf,v 1.64 2008/03/26 12:36:33 ad Exp $
#
# Copyright (c) 1998, 2006, 2007 The NetBSD Foundation, Inc.
@ -346,7 +346,7 @@ define CPU_INFO_INTRSTACK offsetof(struct cpu_info, ci_intrstack)
define CPU_INFO_ISTATE offsetof(struct cpu_info, ci_istate)
define CC_DENOM offsetof(struct cc_microtime_state, cc_denom)
define CC_DELTA offsetof(struct cc_microtime_state, cc_denom)
define CC_DELTA offsetof(struct cc_microtime_state, cc_delta)
define CC_VAL offsetof(struct cc_microtime_state, cc_val)
define CC_GEN offsetof(struct cc_microtime_state, cc_gen)
define CC_CC offsetof(struct cc_microtime_state, cc_cc)