um: unify ptrace_user.h
[pandora-kernel.git] / arch / x86 / um / ptrace_64.c
index 6e6343e..3b52bf0 100644 (file)
@@ -46,7 +46,7 @@ static const int reg_offsets[] =
        [FS >> 3] = HOST_FS,
        [GS >> 3] = HOST_GS,
        [EFLAGS >> 3] = HOST_EFLAGS,
-       [ORIG_RAX >> 3] = HOST_ORIG_RAX,
+       [ORIG_RAX >> 3] = HOST_ORIG_AX,
 };
 
 int putreg(struct task_struct *child, int regno, unsigned long value)