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)
commita9be79d65f5a34cd84c48f81eb4875aeb4c027d2
treeb1fae16588c22369d6f4c44d2f4c347b587ed3a0
parent898353638868b91f15545647f6551825321ada2d
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