提交 affe5189 编写于 作者: A Alexander Graf 提交者: malc

TCG: Fix compile breakage in tcg_dump_ops

Commit eeacee4d changed the syntax of tcg_dump_ops, but didn't convert
all users (notably missing the ppc ones) to it. Fix them to the new syntax.
Signed-off-by: NAlexander Graf <agraf@suse.de>
Signed-off-by: Nmalc <av1474@comtv.ru>
上级 47ecbdf0
......@@ -1865,7 +1865,7 @@ static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args,
break;
default:
tcg_dump_ops (s, stderr);
tcg_dump_ops (s);
tcg_abort ();
}
}
......
......@@ -1613,7 +1613,7 @@ static void tcg_out_op (TCGContext *s, TCGOpcode opc, const TCGArg *args,
break;
default:
tcg_dump_ops (s, stderr);
tcg_dump_ops (s);
tcg_abort ();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册