On 28.03.2011, at 16:54, Peter Maydell wrote:
> On 24 March 2011 15:58, Alexander Graf wrote:
>> diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h
>
> Minor nits only.
>
>> -FPReg fregs[16]; /* FP registers */
>> +CPU_DoubleU fregs[16]; /* FP registers */
>
> These changes mean tha
On 24 March 2011 15:58, Alexander Graf wrote:
> diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h
Minor nits only.
> - FPReg fregs[16]; /* FP registers */
> + CPU_DoubleU fregs[16]; /* FP registers */
These changes mean that the FPReg typedef in this file is no longer
used, so you migh