提交 3ce53f9c 编写于 作者: M michael

MIPS:remove redundant #ifdef ARCH_MIPS64

there exist redundant #ifdef ARCH_MIPS64 in asm.h, remove it
上级 8f0be7cf
...@@ -261,11 +261,7 @@ symbol = value ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册