mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-02 06:51:53 -06:00
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
1 changed files with 1 additions and 3 deletions
|
@ -464,11 +464,9 @@ void do_store_dbat (int ul, int nr)
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* Special helpers for debug */
|
/* Special helpers for debug */
|
||||||
extern FILE *stdout;
|
|
||||||
|
|
||||||
void dump_state (void)
|
void dump_state (void)
|
||||||
{
|
{
|
||||||
cpu_ppc_dump_state(env, stdout, 0);
|
// cpu_ppc_dump_state(env, stdout, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void dump_rfi (void)
|
void dump_rfi (void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue