Skip to content

Commit 3ce53f9

Browse files
committed
MIPS:remove redundant #ifdef ARCH_MIPS64
there exist redundant #ifdef ARCH_MIPS64 in asm.h, remove it
1 parent 8f0be7c commit 3ce53f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libcpu/mips/common/asm.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,7 @@ symbol = value
261261
#define LONG_SRAV srav
262262

263263
#define LONG .word
264-
#ifdef ARCH_MIPS64
265-
#define LONGSIZE 8
266-
#else
267264
#define LONGSIZE 4
268-
#endif
269265
#define LONGMASK 3
270266
#define LONGLOG 2
271267

0 commit comments

Comments
 (0)