blob: ef07bd225b4bac540935bd713a591d397a0d9db0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
mistranslation: 0.834
instruction: 0.819
graphic: 0.729
device: 0.712
socket: 0.694
network: 0.511
vnc: 0.348
semantic: 0.330
boot: 0.301
assembly: 0.274
KVM: 0.144
other: 0.134
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
|