• P
    tcg/target-arm: Add missing parens to assertions · 5256a720
    Peter Maydell 提交于
    Silence a (legitimate) complaint about missing parentheses:
    
    tcg/arm/tcg-target.c: In function ‘tcg_out_qemu_ld’:
    tcg/arm/tcg-target.c:1148:5: error: suggest parentheses around
    comparison in operand of ‘&’ [-Werror=parentheses]
    tcg/arm/tcg-target.c: In function ‘tcg_out_qemu_st’:
    tcg/arm/tcg-target.c:1357:5: error: suggest parentheses around
    comparison in operand of ‘&’ [-Werror=parentheses]
    
    which meant that we would mistakenly always assert if running
    a QEMU built with debug enabled on ARM.
    Signed-off-by: NPeter Maydell <peter.maydelL@linaro.org>
    Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
    5256a720
tcg-target.c 62.4 KB