sim-card
/
qemu
Archived
10
0
Fork 0

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:
bellard 2004-07-10 15:28:48 +00:00
parent bbbc4663d1
commit 6d463de2b3
1 changed files with 1 additions and 3 deletions

View File

@ -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)