On Tue, Nov 10, 2015 at 03:57:33PM +, Stefan Hajnoczi wrote:
> clang 3.7.0 on x86_64 warns about the following:
>
> target-i386/monitor.c:38:22: warning: shifting a negative signed value is
> undefined [-Wshift-negative-value]
> addr |= -1LL << 48;
> ^
>
> Sign
clang 3.7.0 on x86_64 warns about the following:
target-i386/monitor.c:38:22: warning: shifting a negative signed value is
undefined [-Wshift-negative-value]
addr |= -1LL << 48;
^
Signed-off-by: Stefan Hajnoczi
---
target-i386/monitor.c | 2 +-
1 file changed, 1