Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/sys Remove leftover commented out #if 0
details: https://anonhg.NetBSD.org/src/rev/ad02cb6115f7
branches: trunk
changeset: 940742:ad02cb6115f7
user: mgorny <mgorny%NetBSD.org@localhost>
date: Fri Oct 16 08:51:12 2020 +0000
description:
Remove leftover commented out #if 0
diffstat:
tests/lib/libc/sys/t_ptrace_x86_wait.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 167892d1355f -r ad02cb6115f7 tests/lib/libc/sys/t_ptrace_x86_wait.h
--- a/tests/lib/libc/sys/t_ptrace_x86_wait.h Fri Oct 16 08:28:17 2020 +0000
+++ b/tests/lib/libc/sys/t_ptrace_x86_wait.h Fri Oct 16 08:51:12 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ptrace_x86_wait.h,v 1.28 2020/10/15 17:43:09 mgorny Exp $ */
+/* $NetBSD: t_ptrace_x86_wait.h,v 1.29 2020/10/16 08:51:12 mgorny Exp $ */
/*-
* Copyright (c) 2016, 2017, 2018, 2019 The NetBSD Foundation, Inc.
@@ -3551,9 +3551,7 @@
/* SETFPREGS on i386 */
fpr.fstate.s87_cw = expected_fpu.cw;
fpr.fstate.s87_sw = expected_fpu.sw;
-//#if 0 /* TODO: translation from FXSAVE is broken */
fpr.fstate.s87_tw = expected_fpu.tw;
-//#endif
fpr.fstate.s87_opcode = expected_fpu.opcode;
fpr.fstate.s87_ip = expected_fpu.ip;
fpr.fstate.s87_dp = expected_fpu.dp;
Home |
Main Index |
Thread Index |
Old Index