Skip to content
Snippets Groups Projects
user avatar
Stefan Hajnoczi authored
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: default avatarStefan Hajnoczi <stefanha@redhat.com>
02460c3b
History