Browse Source

MIPS:remove redundant #ifdef ARCH_MIPS64

there exist redundant #ifdef ARCH_MIPS64 in asm.h, remove it
michael 4 years ago
parent
commit
3ce53f9c79
1 changed files with 0 additions and 4 deletions
  1. 0 4
      libcpu/mips/common/asm.h

+ 0 - 4
libcpu/mips/common/asm.h

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