mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Fix incorrect debug prints (reported by Paul Brook).
Remove obsolete / duplicated debug prints and improve output consistency. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3725 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
69facb7897
commit
6b542af760
5 changed files with 96 additions and 102 deletions
|
@ -37,10 +37,12 @@ register struct CPUPPCState *env asm(AREG0);
|
|||
#define T0 (env->t0)
|
||||
#define T1 (env->t1)
|
||||
#define T2 (env->t2)
|
||||
#define TDX "%016" PRIx64
|
||||
#else
|
||||
register unsigned long T0 asm(AREG1);
|
||||
register unsigned long T1 asm(AREG2);
|
||||
register unsigned long T2 asm(AREG3);
|
||||
#define TDX "%016lx"
|
||||
#endif
|
||||
/* We may, sometime, need 64 bits registers on 32 bits targets */
|
||||
#if (HOST_LONG_BITS == 32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue