Aurelien Jarno a écrit :
> Matthew Howkins a écrit :
>> There is a bug in the ARM emulation of data-processing instructions with
>> ASR when the shift==0. The current QEMU CVS incorrectly modifies
>> the C-flag, when it should be preserved.
>>
>> The attached patch corrects this.
>>
>
> This patc
Matthew Howkins a écrit :
> There is a bug in the ARM emulation of data-processing instructions with
> ASR when the shift==0. The current QEMU CVS incorrectly modifies
> the C-flag, when it should be preserved.
>
> The attached patch corrects this.
>
This patch is consistent with the reference
There is a bug in the ARM emulation of data-processing instructions with
ASR when the shift==0. The current QEMU CVS incorrectly modifies
the C-flag, when it should be preserved.
The attached patch corrects this.
Matthew
Index: target-arm/op.c
==