Module Name:    src
Committed By:   mgorny
Date:           Fri May 10 17:34:27 UTC 2019

Modified Files:
        src/tests/lib/libc/sys: t_ptrace_x86_wait.h

Log Message:
Remove obsolete size asserts.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libc/sys/t_ptrace_x86_wait.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/sys/t_ptrace_x86_wait.h
diff -u src/tests/lib/libc/sys/t_ptrace_x86_wait.h:1.11 src/tests/lib/libc/sys/t_ptrace_x86_wait.h:1.12
--- src/tests/lib/libc/sys/t_ptrace_x86_wait.h:1.11	Fri May 10 16:28:00 2019
+++ src/tests/lib/libc/sys/t_ptrace_x86_wait.h	Fri May 10 17:34:26 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_ptrace_x86_wait.h,v 1.11 2019/05/10 16:28:00 mgorny Exp $	*/
+/*	$NetBSD: t_ptrace_x86_wait.h,v 1.12 2019/05/10 17:34:26 mgorny Exp $	*/
 
 /*-
  * Copyright (c) 2016, 2017, 2018, 2019 The NetBSD Foundation, Inc.
@@ -2216,10 +2216,6 @@ static __inline void set_mm_regs(const u
 	);
 }
 
-#if defined(__i386__)
-__CTASSERT(sizeof(struct fpreg) == sizeof(struct save87));
-#endif
-
 ATF_TC_BODY(x86_regs_mm_read, tc)
 {
 	const int exitval = 5;
@@ -2340,10 +2336,6 @@ static __inline void set_xmm_regs(const 
 	);
 }
 
-#if defined(__i386__)
-__CTASSERT(sizeof(struct xmmregs) == sizeof(struct fxsave));
-#endif
-
 ATF_TC(x86_regs_xmm_read);
 ATF_TC_HEAD(x86_regs_xmm_read, tc)
 {

Reply via email to