提交 24bf7b3a 编写于 作者: B bellard

compilation fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4540 c046a42c-6fe2-441c-8c8c-71466251a162
上级 ed441467
......@@ -2033,9 +2033,9 @@ void tcg_dump_info(FILE *f,
}
}
#else
void dump_tcg_info(FILE *f,
void tcg_dump_info(FILE *f,
int (*cpu_fprintf)(FILE *f, const char *fmt, ...))
{
cpu_fprintf("[TCG profiler not compiled]\n");
cpu_fprintf(f, "[TCG profiler not compiled]\n");
}
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册