mirror of https://gitee.com/openkylin/qemu.git
removed stdout reference (not portable)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@996 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bbbc4663d1
commit
6d463de2b3
|
@ -464,11 +464,9 @@ void do_store_dbat (int ul, int nr)
|
|||
|
||||
/*****************************************************************************/
|
||||
/* Special helpers for debug */
|
||||
extern FILE *stdout;
|
||||
|
||||
void dump_state (void)
|
||||
{
|
||||
cpu_ppc_dump_state(env, stdout, 0);
|
||||
// cpu_ppc_dump_state(env, stdout, 0);
|
||||
}
|
||||
|
||||
void dump_rfi (void)
|
||||
|
|
Loading…
Reference in New Issue