Skip to content

Commit

Permalink
Cleanup: remove useless TARGET_GPR_BITS definition.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3799 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
j_mayer committed Dec 10, 2007
1 parent 4e77744 commit e9b34b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions target-ppc/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#if defined (TARGET_PPC64)
/* PowerPC 64 definitions */
typedef uint64_t ppc_gpr_t;
#define TARGET_GPR_BITS 64
#define TARGET_LONG_BITS 64
#define TARGET_PAGE_BITS 12

Expand All @@ -41,10 +40,8 @@ typedef uint64_t ppc_gpr_t;
* the compiler to do unuseful masking in the micro-ops.
*/
typedef uint64_t ppc_gpr_t;
#define TARGET_GPR_BITS 64
#else /* (HOST_LONG_BITS >= 64) */
typedef uint32_t ppc_gpr_t;
#define TARGET_GPR_BITS 32
#endif /* (HOST_LONG_BITS >= 64) */

#define TARGET_LONG_BITS 32
Expand Down

0 comments on commit e9b34b3

Please sign in to comment.