There are two hard problems in computer science cache invalidation, naming

and off-by-one errors.

Fix a naming and off-by-one bug... Thanks to Tom Lane for spotting my typo.
This commit is contained in:
skrll 2022-06-09 17:39:21 +00:00
parent aeec87ef6f
commit 1e0947f9a9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: t_ptrace_core_wait.h,v 1.6 2022/06/07 05:39:16 skrll Exp $ */
/* $NetBSD: t_ptrace_core_wait.h,v 1.7 2022/06/09 17:39:21 skrll Exp $ */
/*-
* Copyright (c) 2016, 2017, 2018, 2019, 2020 The NetBSD Foundation, Inc.
@ -208,7 +208,7 @@ ATF_TC_BODY(core_dump_procinfo, tc)
DPRINTF("Before resuming the child process where it left off and "
"without signal to be sent\n");
#if defined(__aarch64__) || defined(__arm__) || defined(__hppa___) || \
#if defined(__aarch64__) || defined(__arm__) || defined(__hppa__) || \
defined(__powerpc__) || defined(__sh3__) || defined(sparc)
/*
* For these archs, program counter is not automatically incremented