ibex_uart: fix XOR-as-pow
commitc8d7fd059d73a7d3035e379c319034c30ba3dbbf
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 23 Jun 2020 19:54:25 +0000 (23 15:54 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 26 Jun 2020 13:39:40 +0000 (26 09:39 -0400)
tree9fcd7e57d550053506a30f724af494e0983a4a67
parentf983ff95f4c9886eaa4c59beff609d59fa2a90ff
ibex_uart: fix XOR-as-pow

The xor-as-pow warning in clang actually detected a genuine bug.
Fix it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/char/ibex_uart.c