diff options
Diffstat (limited to 'gdb/config/i386/tm-nbsd.h')
-rw-r--r-- | gdb/config/i386/tm-nbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/i386/tm-nbsd.h b/gdb/config/i386/tm-nbsd.h index 4af22cb..cf5159f 100644 --- a/gdb/config/i386/tm-nbsd.h +++ b/gdb/config/i386/tm-nbsd.h @@ -23,6 +23,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "i386/tm-i386bsd.h" #include "tm-nbsd.h" +#undef NUM_REGS +#define NUM_REGS 16 + #define JB_ELEMENT_SIZE sizeof(int) /* jmp_buf[_JBLEN] is array of ints */ #define JB_PC 0 /* Setjmp()'s return PC saved here */ |