blob: 6ea789a4e5a39366956f7c6aa5d9861a72a8aab8 (
plain) (
blame)
1
2
3
4
5
|
The mailing list thread describes an issue where the EFLAGS register isn't correctly updated when exiting the translation loop in QEMU. This leads to incorrect values for flags like ZF and PF, affecting program execution.
**Answer:**
Yes, this is a semantic bug because it causes incorrect CPU state handling, leading to deviations in program behavior such as invalid branches.
|