diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2013-01-17 20:04:16 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2013-01-19 10:27:45 +0000 |
commit | 5256a7208a7c2af19baf8f99bd4f06632f9f9ba9 (patch) | |
tree | a5fae55f56cc5751c6504930efecdb5163329c4d /include/exec/cpu-defs.h | |
parent | e4ada482420175bc17d6ccb9f2af0e769da78e01 (diff) | |
download | qemu-5256a7208a7c2af19baf8f99bd4f06632f9f9ba9.zip |
tcg/target-arm: Add missing parens to assertions
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: Peter Maydell <peter.maydelL@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'include/exec/cpu-defs.h')
0 files changed, 0 insertions, 0 deletions