提交 f7001a3b 编写于 作者: A Aurelien Jarno

linux-user: fix build with gcc-4.1

Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 58e3e400
......@@ -548,6 +548,8 @@ static int do_strex(CPUARMState *env)
case 3:
segv = get_user_u32(val, addr);
break;
default:
abort();
}
if (segv) {
env->cp15.c6_data = addr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册