From 3c5329a9b709e413bbc878e5661fa942060d41fb Mon Sep 17 00:00:00 2001 From: bigmagic Date: Tue, 7 Apr 2020 14:43:20 +0800 Subject: [PATCH] mips repair constraint --- libcpu/mips/common/asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcpu/mips/common/asm.h b/libcpu/mips/common/asm.h index a16db1868e..6a5353b803 100644 --- a/libcpu/mips/common/asm.h +++ b/libcpu/mips/common/asm.h @@ -118,7 +118,7 @@ symbol = value /* * Macros to handle different pointer/register sizes for 32/64-bit code */ -#if defined SOC_LS2K1000 +#if defined ARCH_MIPS64 /* * Size of a register */