diff options
Diffstat (limited to 'gdb/sh-tdep.c')
-rw-r--r-- | gdb/sh-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c index 2550a90..8c0c811 100644 --- a/gdb/sh-tdep.c +++ b/gdb/sh-tdep.c @@ -49,7 +49,7 @@ /* sh64 flags */ #include "elf/sh.h" /* registers numbers shared with the simulator */ -#include "gdb/sim-sh64.h" +#include "gdb/sim-sh.h" #undef XMALLOC #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) |