Merge "watchpoint_imprecise test: set 4-byte watchpoints on 32-bit arches"
This commit is contained in:
commit
9cc08e0a1f
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ TEST(sys_ptrace, watchpoint_imprecise) {
|
|||
ASSERT_EQ(0, sigaction(SIGALRM, &action, &oldaction)) << strerror(errno);
|
||||
alarm(5);
|
||||
|
||||
run_watchpoint_test<Uint128_t>(watchpoint_imprecise_child, 8, 8);
|
||||
run_watchpoint_test<Uint128_t>(watchpoint_imprecise_child, 8, sizeof(void*));
|
||||
|
||||
ASSERT_EQ(0, sigaction(SIGALRM, &oldaction, nullptr)) << strerror(errno);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue