Revision 4c1b1bfe target-ppc/cpu.h

b/target-ppc/cpu.h
434 434
#if defined(PPC_EMULATE_32BITS_HYPV)
435 435
#define MSR_HVB (1ULL << MSR_THV)
436 436
#define msr_hv  msr_thv
437
#define 
438 437
#else
439 438
#define MSR_HVB (0ULL)
440 439
#define msr_hv  (0)

Also available in: Unified diff