vserver 1.9.3
[linux-2.6.git] / include / asm-um / ptrace-generic.h
index c5a13e6..8c472eb 100644 (file)
@@ -45,6 +45,8 @@ struct pt_regs {
 
 #define PT_REGS_SC(r) UPT_SC(&(r)->regs)
 
+#define instruction_pointer(regs) PT_REGS_IP(regs)
+
 struct task_struct;
 
 extern unsigned long getreg(struct task_struct *child, int regno);