diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1402802')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1402802 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1402802 b/results/scraper/launchpad-without-comments/1402802 new file mode 100644 index 000000000..c9b4f4eeb --- /dev/null +++ b/results/scraper/launchpad-without-comments/1402802 @@ -0,0 +1,13 @@ +target-tricore/translate.c:3812: possible bad expression ? + + +From a run of cppcheck, a static analysis checker, over the +source code of qemu trunk, dated 20141215, is the new error: + +[qemu/target-tricore/translate.c:3812]: (style) Expression '(X & 0x3f) == 0x6f' is always false. + +Source code is + + if (unlikely((op1 & 0x3f) == OPCM_32_BRN_JTT)) { + +Suggest code rework. \ No newline at end of file |