提交 3fffa7a6 编写于 作者: F Felix Fietkau 提交者: Rich Felker

mips: fix mcontext_t register array field name

glibc and uclibc use gregs instead of regs
Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
上级 0f9c2666
......@@ -28,7 +28,7 @@ struct sigcontext
typedef struct
{
unsigned regmask, status;
unsigned long long pc, regs[32], fpregs[32];
unsigned long long pc, gregs[32], fpregs[32];
unsigned ownedfp, fpc_csr, fpc_eir, used_math, dsp;
unsigned long long mdhi, mdlo;
unsigned long hi1, lo1, hi2, lo2, hi3, lo3;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册