ARM: cope with stupidheaded compiler
commit456ec016c2403ed95e0b8b33534ab53ed41d7c27
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 8 Dec 2009 02:14:46 +0000 (7 18:14 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 8 Dec 2009 02:14:46 +0000 (7 18:14 -0800)
treeb38b5e3d83c367f6d0737dcccd0d6221466fc960
parent81aec6be045792f3ed6a2d8fdbf1f534993b5c14
ARM: cope with stupidheaded compiler

Some versions of GCC don't understand that if you mask with 0x3
then have cases 0-3, it's not possible for a variable assigned in
all those branches to have no value at end-of-case.  Feh.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm_disassembler.c