diff options
author | Steve Chamberlain <sac@cygnus> | 1993-03-19 15:41:31 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-03-19 15:41:31 +0000 |
commit | 52f8e6a0abe450f3c34ed0c4c496e94d8efdf0cd (patch) | |
tree | 1f9ffb03dbfdc7d570b41ef24ac59f96325a4934 /gdb/z8k-tdep.c | |
parent | 229c82cb94197ee8a6ce77316494fe05a2822d97 (diff) | |
download | gdb-52f8e6a0abe450f3c34ed0c4c496e94d8efdf0cd.zip gdb-52f8e6a0abe450f3c34ed0c4c496e94d8efdf0cd.tar.gz gdb-52f8e6a0abe450f3c34ed0c4c496e94d8efdf0cd.tar.bz2 |
(print_insn): Include the new dis-asm header file.
Diffstat (limited to 'gdb/z8k-tdep.c')
-rw-r--r-- | gdb/z8k-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/z8k-tdep.c b/gdb/z8k-tdep.c index 65f73f0..ff91a76 100644 --- a/gdb/z8k-tdep.c +++ b/gdb/z8k-tdep.c @@ -28,7 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "symtab.h" #include "gdbcmd.h" #include "gdbtypes.h" - +#include "dis-asm.h" /* Return the saved PC from this frame. If the frame has a memory copy of SRP_REGNUM, use that. If not, |