Re: [Qemu-devel] [PATCH 01/11] target/hppa: fix overwriting source reg in addb

2019-03-11 Thread Richard Henderson
On 3/11/19 12:15 PM, Sven Schnelle wrote: > 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 >

[Qemu-devel] [PATCH 01/11] target/hppa: fix overwriting source reg in addb

2019-03-11 Thread Sven Schnelle
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 --- target/hppa/translate.c | 4 +++- 1 file changed