diff options
| -rw-r--r-- | arch/mips/mips/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mips/test.c b/arch/mips/mips/test.c index d2f1d4c4..b7cb069b 100644 --- a/arch/mips/mips/test.c +++ b/arch/mips/mips/test.c @@ -174,10 +174,12 @@ int main(int ac, char **av) result = -1; goto cleanup; } +#if !(defined(__linux__) && defined(__aarch64__)) #ifndef WIN32 if (version == MIPS_R5900) insword = ntohl(insword); #endif +#endif if (0 == disassemble(insword, baseaddr, version, flags, instxt)) { printf("%08llX: %08X %s\n", baseaddr, insword, instxt); |
