Searched hist:"43675 d20150e65a5a45923a6fcd292e80006dad0" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | translate.c | diff 43675d20150e65a5a45923a6fcd292e80006dad0 Mon Mar 11 14:15:52 CDT 2019 Sven Schnelle <svens@stackframe.org> target/hppa: fix overwriting source reg in addb
When one of the source registers is the same as the destination register, the source register gets overwritten with the destionation value before do_add_sv() is called, which leads to unexpection condition matches.
Signed-off-by: Sven Schnelle <svens@stackframe.org> Message-Id: <20190311191602.25796-2-svens@stackframe.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|