Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/include lint gets the wrong size.
details: https://anonhg.NetBSD.org/src/rev/9c597e8966bd
branches: trunk
changeset: 456613:9c597e8966bd
user: christos <christos%NetBSD.org@localhost>
date: Sat May 18 17:41:34 2019 +0000
description:
lint gets the wrong size.
diffstat:
sys/arch/i386/include/reg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 038c826d7ae0 -r 9c597e8966bd sys/arch/i386/include/reg.h
--- a/sys/arch/i386/include/reg.h Sat May 18 13:44:57 2019 +0000
+++ b/sys/arch/i386/include/reg.h Sat May 18 17:41:34 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: reg.h,v 1.21 2019/05/10 16:27:03 mgorny Exp $ */
+/* $NetBSD: reg.h,v 1.22 2019/05/18 17:41:34 christos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -95,7 +95,7 @@
struct fpreg {
struct save87 fstate;
};
-__CTASSERT(sizeof(struct fpreg) == 108);
+__CTASSERT_NOLINT(sizeof(struct fpreg) == 108);
struct xmmregs {
struct fxsave fxstate;
Home |
Main Index |
Thread Index |
Old Index