summaryrefslogtreecommitdiffstats
path: root/pc-bios
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2015-11-10 15:57:35 +0000
committerStefan Hajnoczi <stefanha@redhat.com>2015-11-17 18:35:56 +0800
commit02460c3b4287776062715b95c59cd8829015615d (patch)
tree4c38689374fab5b3ad2e2201e53d36066dc73866 /pc-bios
parent886ce6f8b6ede74eb04314ef62d15bcdf5df7ef1 (diff)
downloadhqemu-02460c3b4287776062715b95c59cd8829015615d.zip
hqemu-02460c3b4287776062715b95c59cd8829015615d.tar.gz
disas/arm: avoid clang shifting negative signed warning
clang 3.7.0 on x86_64 warns about the following: disas/arm.c:1782:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value] imm |= (-1 << 7); ~~ ^ Note that this patch preserves the tab indent in this source file because the surrounding code still uses tabs. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'pc-bios')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud