On 21 September 2017 at 13:25, Stefan Hajnoczi wrote:
> On Wed, Sep 20, 2017 at 09:38:21PM -0400, John Snow wrote:
>> Apparently GCC gets bent over comparing enum values against zero.
>> Replace the conditional with something less readable.
>>
>> Tested-by: Mark Cave-Ayland
>> Signed-off-by: John
On Wed, Sep 20, 2017 at 09:38:21PM -0400, John Snow wrote:
> Apparently GCC gets bent over comparing enum values against zero.
> Replace the conditional with something less readable.
>
> Tested-by: Mark Cave-Ayland
> Signed-off-by: John Snow
>
> ---
>
> v2: Second verse, same as the first.
> S
Apparently GCC gets bent over comparing enum values against zero.
Replace the conditional with something less readable.
Tested-by: Mark Cave-Ayland
Signed-off-by: John Snow
---
v2: Second verse, same as the first.
Signed-off-by: John Snow
---
hw/ide/ahci.c | 2 +-
hw/ide/core.c