Stefan Hajnoczi 02460c3b42 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>
2015-11-17 18:35:56 +08:00
..
2015-10-01 17:24:02 -07:00
2015-09-11 10:45:43 +03:00
2013-03-18 19:40:34 +01:00
2013-03-23 14:25:41 +00:00
2015-09-11 10:45:43 +03:00