diff options
-rw-r--r-- | target-ppc/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 973f50aa46..f7600c4356 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -602,7 +602,7 @@ struct CPUPPCState { ppc_avr_t avr[32]; uint32_t vscr; /* SPE registers */ - target_ulong spe_acc; + uint64_t spe_acc; float_status spe_status; uint32_t spe_fscr; |