mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
compilation fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4540 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ed44146780
commit
24bf7b3a1d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue