blob: 6433f130d28669c8a15d56f36467d0c3cb61865b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
target-tricore/op_helper.c:2576: bad if statement
[qemu/target-tricore/op_helper.c:2576]: (style) Expression '(X & 0x400000) == 0x1' is always false.
if ((env->PCXI & MASK_PCXI_UL) == 1) {
/* CTYP trap */
}
|