提交 3f1f6053 编写于 作者: V Vicente Olivert Riera 提交者: Luca Barbato

configure: address a copy-paste typo

The correct instruction for mips32r1 is addi.
Signed-off-by: NVicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: NLuca Barbato <lu_zero@gentoo.org>
上级 26e8fa3b
......@@ -4079,7 +4079,7 @@ elif enabled mips; then
else
check_inline_asm mips32r6 '"aui $0, $0, 0"' ||
check_inline_asm mips32r2 '"ext $0, $0, 0, 1"' ||
check_inline_asm mips32r1 '"daddi $0, $0, 0"'
check_inline_asm mips32r1 '"addi $0, $0, 0"'
fi
elif enabled parisc; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册