소스 검색

[mips]fix a bug

bigmagic 5 년 전
부모
커밋
c27f13c6c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libcpu/mips/common/mips_regs.h

+ 1 - 1
libcpu/mips/common/mips_regs.h

@@ -17,7 +17,7 @@
 #define REG_FP	30
 #define REG_RA	31
 
-#ifdef ARCH_MIPS64
+#ifndef ARCH_MIPS64
 #define zero	$0	/* wired zero */
 #define AT	$1	/* assembler temp  - uppercase because of ".set at" */
 #define v0	$2	/* return value */