mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
TARGET_FMT_lu may also be useful.
Fix compilation warnings. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3190 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5eb7995e34
commit
71c8b8fd7b
3 changed files with 6 additions and 2 deletions
|
@ -55,12 +55,13 @@ typedef uint64_t ppc_gpr_t;
|
|||
*/
|
||||
typedef uint64_t ppc_gpr_t;
|
||||
#define TARGET_GPR_BITS 64
|
||||
#define REGX "%08" PRIx64
|
||||
#else
|
||||
typedef uint32_t ppc_gpr_t;
|
||||
#define TARGET_GPR_BITS 32
|
||||
#define REGX "%08" PRIx32
|
||||
#endif
|
||||
#define TARGET_LONG_BITS 32
|
||||
#define REGX "%08" PRIx32
|
||||
#define TARGET_PAGE_BITS 12
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue