diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-22 01:40:35 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-22 01:40:35 +0000 |
commit | c64cf848edde59aa43d2f720a5d253862a937e70 (patch) | |
tree | 36f60e9ad15832c5eae4987ad2ef82ce31cdf47c /binutils | |
parent | 7da15eff0d50082dd780befa58da765eb56f58bc (diff) | |
download | gdb-c64cf848edde59aa43d2f720a5d253862a937e70.zip gdb-c64cf848edde59aa43d2f720a5d253862a937e70.tar.gz gdb-c64cf848edde59aa43d2f720a5d253862a937e70.tar.bz2 |
Oops.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/sparc-pinsn.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/binutils/sparc-pinsn.c b/binutils/sparc-pinsn.c index 64eee5a..e89f4cd 100644 --- a/binutils/sparc-pinsn.c +++ b/binutils/sparc-pinsn.c @@ -20,9 +20,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* $Id$ $Log$ - Revision 1.4 1991/05/22 01:17:48 rich - v9 stuff. + Revision 1.5 1991/05/22 01:40:35 rich + Oops. + * Revision 1.4 1991/05/22 01:17:48 rich + * v9 stuff. + * * Revision 1.3 1991/05/19 08:00:57 rich * Updated to relect a gdb change in sparc-opcode.h. * @@ -129,7 +132,7 @@ union sparc_insn unsigned int op2:3; unsigned int p:1; unsigned int DISP21:21; -#define disp21 branch.DISP21 +#define disp21 branch2.DISP21 } branch2; #endif /* NO_V9 */ |