diff options
Diffstat (limited to 'mailinglist/output_launchpad/1437811')
| -rw-r--r-- | mailinglist/output_launchpad/1437811 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mailinglist/output_launchpad/1437811 b/mailinglist/output_launchpad/1437811 new file mode 100644 index 00000000..ed5fab64 --- /dev/null +++ b/mailinglist/output_launchpad/1437811 @@ -0,0 +1,11 @@ +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 */ + } + +This problem has been fixed here: +http://git.qemu.org/?p=qemu.git;a=commitdiff;h=7b4b0b5795e934a9b7efb + |