Commit ce93da6ffee7f27044c5b49b096ebdec27075110

Authored by bellard
1 parent ee2654ac

win32 compile


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1015 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-ppc/cpu.h
... ... @@ -334,7 +334,7 @@ void cpu_ppc_store_decr (CPUPPCState *env, uint32_t value);
334 334 #define THRM2 SPR_ENCODE(1021)
335 335 #define THRM3 SPR_ENCODE(1022)
336 336 #define SP SPR_ENCODE(1021)
337   -#define LP SPR_ENCODE(1022)
  337 +#define SPR_LP SPR_ENCODE(1022)
338 338 #define DABR_MASK 0xFFFFFFF8
339 339 #define FPECR SPR_ENCODE(1022)
340 340 #define PIR SPR_ENCODE(1023)
... ...