• B
    mips: avoid write only variables · 2abf314d
    Blue Swirl 提交于
    Compiling with GCC 4.6.0 20100925 produced a lot of warnings like:
    /src/qemu/target-mips/translate.c: In function 'gen_ld':
    /src/qemu/target-mips/translate.c:1039:17: error: variable 'opn' set but not used [-Werror=unused-but-set-variable]
    
    Fix by adding a dummy cast so that the variable is not unused.
    Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
    2abf314d
translate.c 361.1 KB