blob: 82fd743aac7567587bb2073e98c06dfe37160ff8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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 */
}
|