blob: 61a14cf18a610d531a249a46cca53f5f908286f9 (
plain) (
blame)
1
2
3
|
The issue arises from how QEMU's PL011 UART implementation handles byte writes to specific SFR (Special Function Register) offsets. When writing a byte, it incorrectly modifies the entire register instead of just the targeted byte. This problem occurs in runtime when executing certain operations without compiler optimizations.
runtime
|