diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-08-16 11:54:37 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-08-16 11:54:37 +0000 |
commit | b11ebf64b696952e83f3dfbee8c42a5b6cb4a389 (patch) | |
tree | 1e0673e4291cd8df858f4bb4ceecb257b0ff71d8 /target-ppc/cpu.h | |
parent | 90e189ece147115c66c9864fd832524543a50530 (diff) |
Replace REGX with PRIx64
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 1c6c0601a7..420ea869a0 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -56,8 +56,6 @@ #include "cpu-defs.h" -#define REGX "%016" PRIx64 - #include <setjmp.h> #include "softfloat.h" |