diff options
author | John Gilmore <gnu@cygnus> | 1991-05-20 00:08:39 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-20 00:08:39 +0000 |
commit | 0c540082568901394306e7365c57c9adc4f77f08 (patch) | |
tree | 4c7f0e496c2f358e8cecb558d94306fc9d9b0753 /gdb/tahoe-pinsn.c | |
parent | c4cd3fc62e2b936ca106a0e8c7a2a65e3158d154 (diff) | |
download | binutils-0c540082568901394306e7365c57c9adc4f77f08.zip binutils-0c540082568901394306e7365c57c9adc4f77f08.tar.gz binutils-0c540082568901394306e7365c57c9adc4f77f08.tar.bz2 |
Fix nits found in attempting a Tahoe port.
Diffstat (limited to 'gdb/tahoe-pinsn.c')
-rw-r--r-- | gdb/tahoe-pinsn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tahoe-pinsn.c b/gdb/tahoe-pinsn.c index 32796da..c3c675c 100644 --- a/gdb/tahoe-pinsn.c +++ b/gdb/tahoe-pinsn.c @@ -8,7 +8,7 @@ #include "defs.h" #include "param.h" #include "symtab.h" -#include "opcode.h" +#include "tahoe-opcode.h" /* Tahoe instructions are never longer than this. */ #define MAXLEN 62 |