MIPS:remove redundant #ifdef ARCH_MIPS64

there exist redundant #ifdef ARCH_MIPS64 in asm.h, remove it
This commit is contained in:
michael 2020-08-19 10:03:52 +08:00
parent 8f0be7cf0e
commit 3ce53f9c79
1 changed files with 0 additions and 4 deletions

View File

@ -261,11 +261,7 @@ symbol = value
#define LONG_SRAV srav
#define LONG .word
#ifdef ARCH_MIPS64
#define LONGSIZE 8
#else
#define LONGSIZE 4
#endif
#define LONGMASK 3
#define LONGLOG 2