diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-23 03:49:10 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-23 03:49:10 +0000 |
commit | 320484bfc84dc2e3b39b0cddb5fea6329454be29 (patch) | |
tree | dcc46695d8f9b46428f29b30a593cd871936256b /binutils | |
parent | 59500745a453191235d99abae57e94515c942283 (diff) | |
download | gdb-320484bfc84dc2e3b39b0cddb5fea6329454be29.zip gdb-320484bfc84dc2e3b39b0cddb5fea6329454be29.tar.gz gdb-320484bfc84dc2e3b39b0cddb5fea6329454be29.tar.bz2 |
new sparc-opcode, new pinsn.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/sparc-pinsn.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/binutils/sparc-pinsn.c b/binutils/sparc-pinsn.c index e89f4cd..bd5d243 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.5 1991/05/22 01:40:35 rich - Oops. + Revision 1.6 1991/05/23 03:49:10 rich + new sparc-opcode, new pinsn. + * Revision 1.5 1991/05/22 01:40:35 rich + * Oops. + * * Revision 1.4 1991/05/22 01:17:48 rich * v9 stuff. * @@ -140,8 +143,8 @@ union sparc_insn struct { unsigned int _OP:2; - unsigned int DISP30:30; -#define disp30 call.DISP30 + unsigned int _DISP30:30; +#define disp30 call._DISP30 } call; }; |