summaryrefslogtreecommitdiff
path: root/tests/ptrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ptrace.c')
-rw-r--r--tests/ptrace.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ptrace.c b/tests/ptrace.c
index 7c69af61d..ca8d6f489 100644
--- a/tests/ptrace.c
+++ b/tests/ptrace.c
@@ -2004,9 +2004,9 @@ main(void)
},
#endif
{ ARG_XLAT_KNOWN(0x5, "BUS_MCEERR_AO"),
-# if !defined(BUS_OPFETCH) && defined(HAVE_SIGINFO_T_SI_ADDR_LSB)
+#if !defined(BUS_OPFETCH) && defined(HAVE_SIGINFO_T_SI_ADDR_LSB)
", si_addr_lsb=0xdead"
-# endif
+#endif
},
{ ARG_STR(0x6) },
{ ARG_STR(0x499602d2) },
@@ -2067,7 +2067,7 @@ main(void)
{ ARG_XLAT_KNOWN(0x3, "SEGV_BNDERR"),
", si_lower=0x" UP64BIT("beefface") "cafedead"
", si_upper=0x" UP64BIT("badc0ded") "dadfaced",
-#endif /* HAVE_SIGINFO_T_SI_LOWER */
+# endif /* HAVE_SIGINFO_T_SI_LOWER */
},
#endif /* SEGV_STACKFLOW */
#ifdef __SEGV_PSTKOVF