提交 f4a5a5ba 编写于 作者: B blueswir1

Add missing "static"

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5977 c046a42c-6fe2-441c-8c8c-71466251a162
上级 e01fe6d5
......@@ -49,7 +49,7 @@ static inline void address_mask(CPUState *env1, target_ulong *addr)
#endif
}
void raise_exception(int tt)
static void raise_exception(int tt)
{
env->exception_index = tt;
cpu_loop_exit();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册