mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
[mips]fix a bug
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user