This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH V4 3/8] Add MPX support for i386


> From: Walfred Tedeschi <walfred.tedeschi@intel.com>
> Cc: Walfred Tedeschi <walfred.tedeschi@intel.com>
> Date: Thu,  5 Sep 2013 11:26:23 +0200
> 
> --- a/gdb/i386-linux-tdep.h
> +++ b/gdb/i386-linux-tdep.h
> @@ -29,10 +29,10 @@
>  /* Register number for the "orig_eax" pseudo-register.  If this
>     pseudo-register contains a value >= 0 it is interpreted as the
>     system call number that the kernel is supposed to restart.  */
> -#define I386_LINUX_ORIG_EAX_REGNUM I386_AVX_NUM_REGS
> +#define I386_LINUX_ORIG_EAX_REGNUM I386_BNDSTATUS_REGNUN + 1

"REGNUN"?  Didn't you mean "REGNUM"?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]