diff options
Diffstat (limited to 'include/asm-x86/ptrace-abi.h')
-rw-r--r-- | include/asm-x86/ptrace-abi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/ptrace-abi.h b/include/asm-x86/ptrace-abi.h index 7524e1233833..adce6b51df2e 100644 --- a/include/asm-x86/ptrace-abi.h +++ b/include/asm-x86/ptrace-abi.h | |||
@@ -78,4 +78,6 @@ | |||
78 | # define PTRACE_SYSEMU_SINGLESTEP 32 | 78 | # define PTRACE_SYSEMU_SINGLESTEP 32 |
79 | #endif | 79 | #endif |
80 | 80 | ||
81 | #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ | ||
82 | |||
81 | #endif | 83 | #endif |