diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-05 17:53:42 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-05 17:53:42 +0000 |
commit | a824e46eac3d68a43ee0d68b619f9065a5d2cd34 (patch) | |
tree | e69e6dd0c69c5923e43b9a64d054ded685e36de0 /gdb/config/i386 | |
parent | 8b9773776868bf28698d15edb0ea1e78424c12b7 (diff) | |
download | gdb-a824e46eac3d68a43ee0d68b619f9065a5d2cd34.zip gdb-a824e46eac3d68a43ee0d68b619f9065a5d2cd34.tar.gz gdb-a824e46eac3d68a43ee0d68b619f9065a5d2cd34.tar.bz2 |
* config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/tm-i386bsd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/i386/tm-i386bsd.h b/gdb/config/i386/tm-i386bsd.h index 7574f49..6f4dbd9 100644 --- a/gdb/config/i386/tm-i386bsd.h +++ b/gdb/config/i386/tm-i386bsd.h @@ -24,5 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "i386/tm-i386v.h" /* 386BSD cannot handle the segment registers. */ +/* BSDI can't handle them either. */ #undef NUM_REGS -#define NUM_REGS 11 +#define NUM_REGS 10 |