diff options
Diffstat (limited to 'gdb/rs6000-pinsn.c')
-rw-r--r-- | gdb/rs6000-pinsn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-pinsn.c b/gdb/rs6000-pinsn.c index 23b9160..6880370 100644 --- a/gdb/rs6000-pinsn.c +++ b/gdb/rs6000-pinsn.c @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "defs.h" -#include "rs6k-opcode.h" +#include "opcode/rs6k.h" /* Print the rs6k instruction at address MEMADDR in debugged memory, on STREAM. Returns length of the instruction, in bytes. */ |