qemu/hw/intc/arm_gicv3_cpuif.c:2433: bad expression ?
Bug #1658506 reported by
dcb
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
qemu/hw/
Source code is
((lr & ICH_LR_EL2_HW) == 1 || (lr & ICH_LR_EL2_EOI) == 0)) {
Maybe better code
((lr & ICH_LR_EL2_HW) != 0 || (lr & ICH_LR_EL2_EOI) == 0)) {
| Changed in qemu: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

Thanks for this bug report -- I have sent a patch making the proposed change: http:// lists.nongnu. org/archive/ html/qemu- devel/2017- 01/msg05030. html