qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/5] softfloat: Fix warn about implicit conversi


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 2/5] softfloat: Fix warn about implicit conversion from int to int8_t
Date: Wed, 10 Aug 2016 16:02:04 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

On 08/10/2016 12:32 AM, Pranith Kumar wrote:
 typedef struct float_status {
+    int         float_exception_flags;
     signed char float_detect_tininess;
     signed char float_rounding_mode;
-    signed char float_exception_flags;

Given that there are no flags outside 8 bits, why is this supposed to help?


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]