On 08/08/2016 15:56, Pranith Kumar wrote:
> Hi Paolo,
>
> On Mon, Aug 8, 2016 at 5:11 AM, Paolo Bonzini wrote:
>>
>>
>> On 07/08/2016 03:15, Pranith Kumar wrote:
>>> With latest clang you get the following warning:
>>>
>>> warning: shifting a negative signed value is undefined
>>> [-Wshift-neg
Hi Paolo,
On Mon, Aug 8, 2016 at 5:11 AM, Paolo Bonzini wrote:
>
>
> On 07/08/2016 03:15, Pranith Kumar wrote:
>> With latest clang you get the following warning:
>>
>> warning: shifting a negative signed value is undefined
>> [-Wshift-negative-value]
>>
>> Fix the warning by changing negative s
On 07/08/2016 03:15, Pranith Kumar wrote:
> With latest clang you get the following warning:
>
> warning: shifting a negative signed value is undefined
> [-Wshift-negative-value]
>
> Fix the warning by changing negative shift to inverse 0 shift.
>
> Signed-off-by: Pranith Kumar
> ---
> targ
With latest clang you get the following warning:
warning: shifting a negative signed value is undefined [-Wshift-negative-value]
Fix the warning by changing negative shift to inverse 0 shift.
Signed-off-by: Pranith Kumar
---
target-mips/translate.c | 10 +-
1 file changed, 5 insertions