summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/tcg/1402802
blob: ad4591266c61ef22e215d49179b698aa122b9ac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.