Sparc: comment out unused variable, spotted by clang
authorBlue Swirl <blauwirbel@gmail.com>
Wed, 13 Jan 2010 18:54:54 +0000 (18:54 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 13 Jan 2010 18:54:54 +0000 (18:54 +0000)
commitb04edaefcfcb5ffb0d02e23958f3bc4bc13778e9
treeb1fae16588c22369d6f4c44d2f4c347b587ed3a0
parent1639487f7fc4b49693000a31cf841c8f90b5fb86
Sparc: comment out unused variable, spotted by clang

The variable is_annulled is referenced in a FIXME comment, so instead
of removing the variable, comment out the lines so that the FIXME
can be understood.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
sparc-dis.c