]> Git Repo - linux.git/blob - arch/sh/include/asm/ptrace_64.h
mm/slub.c: add a naive detection of double free or corruption
[linux.git] / arch / sh / include / asm / ptrace_64.h
1 #ifndef __ASM_SH_PTRACE_64_H
2 #define __ASM_SH_PTRACE_64_H
3
4 #include <uapi/asm/ptrace_64.h>
5
6
7 #define MAX_REG_OFFSET          offsetof(struct pt_regs, tregs[7])
8 static inline long regs_return_value(struct pt_regs *regs)
9 {
10         return regs->regs[3];
11 }
12
13 #endif /* __ASM_SH_PTRACE_64_H */
This page took 0.03201 seconds and 4 git commands to generate.