We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d585951 commit 031d1f2Copy full SHA for 031d1f2
tools/testing/selftests/arm64/abi/ptrace.c
@@ -47,7 +47,7 @@ static void test_tpidr(pid_t child)
47
48
/* ...write a new value.. */
49
write_iov.iov_len = sizeof(uint64_t);
50
- write_val[0] = read_val[0]++;
+ write_val[0] = read_val[0] + 1;
51
ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov);
52
ksft_test_result(ret == 0, "write_tpidr_one\n");
53
0 commit comments