[mips]fix a bug

This commit is contained in:
bigmagic 2020-04-07 19:01:54 +08:00
parent c79f947fff
commit c27f13c6c9
1 changed files with 1 additions and 1 deletions

View File

@ -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 */