Remove unnecessary header from m68k-dis.c

* m68k-dis.c: Don't include setjmp.h.
This commit is contained in:
Alan Modra 2014-05-20 13:15:18 +09:30
parent 93d1b056cb
commit cdf2a8b762
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2014-05-20 Alan Modra <amodra@gmail.com>
* m68k-dis.c: Don't include setjmp.h.
2014-05-09 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (ADDR16_PREFIX): Removed.

View File

@ -159,8 +159,6 @@ static char *const reg_half_names[] =
/* Maximum length of an instruction. */
#define MAXLEN 22
#include <setjmp.h>
struct private
{
/* Points to first byte not fetched. */