Defone {MIPS|SH}_PE_MAGIC

This commit is contained in:
Nick Clifton
2000-02-28 18:57:53 +00:00
parent 716254905c
commit c8ceb1b10f
3 changed files with 7 additions and 1 deletions

View File

@ -15,7 +15,7 @@ struct external_filehdr {
#define MIPS_ARCH_MAGIC_WINCE 0x0166 /* Windows CE - little endian */
#define MIPS_PE_MAGIC 0x010b
#define MIPSBADMAG(x) \
((x).f_magic!=MIPS_ARCH_MAGIC_WINCE)