qemu-e2k/target-sparc
Blue Swirl de18f87eb1 Sparc64: remove useless variable
Remove a useless variable, spotted by clang analyzer:
/src/qemu/target-sparc/op_helper.c:3904:18: warning: unused variable 'tmp' [-Wunused-variable]
    target_ulong tmp = val;
The error message is actually incorrect since the variable is used.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-09-10 14:56:01 +00:00
..
2011-06-26 18:25:35 +00:00
2011-09-10 14:56:01 +00:00
2008-12-13 09:32:43 +00:00