mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-08 10:44:53 +00:00
Cleanup: remove useless TARGET_GPR_BITS definition.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3799 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4e7774427d
commit
e9b34b3741
@ -28,7 +28,6 @@
|
|||||||
#if defined (TARGET_PPC64)
|
#if defined (TARGET_PPC64)
|
||||||
/* PowerPC 64 definitions */
|
/* PowerPC 64 definitions */
|
||||||
typedef uint64_t ppc_gpr_t;
|
typedef uint64_t ppc_gpr_t;
|
||||||
#define TARGET_GPR_BITS 64
|
|
||||||
#define TARGET_LONG_BITS 64
|
#define TARGET_LONG_BITS 64
|
||||||
#define TARGET_PAGE_BITS 12
|
#define TARGET_PAGE_BITS 12
|
||||||
|
|
||||||
@ -41,10 +40,8 @@ typedef uint64_t ppc_gpr_t;
|
|||||||
* the compiler to do unuseful masking in the micro-ops.
|
* the compiler to do unuseful masking in the micro-ops.
|
||||||
*/
|
*/
|
||||||
typedef uint64_t ppc_gpr_t;
|
typedef uint64_t ppc_gpr_t;
|
||||||
#define TARGET_GPR_BITS 64
|
|
||||||
#else /* (HOST_LONG_BITS >= 64) */
|
#else /* (HOST_LONG_BITS >= 64) */
|
||||||
typedef uint32_t ppc_gpr_t;
|
typedef uint32_t ppc_gpr_t;
|
||||||
#define TARGET_GPR_BITS 32
|
|
||||||
#endif /* (HOST_LONG_BITS >= 64) */
|
#endif /* (HOST_LONG_BITS >= 64) */
|
||||||
|
|
||||||
#define TARGET_LONG_BITS 32
|
#define TARGET_LONG_BITS 32
|
||||||
|
Loading…
Reference in New Issue
Block a user