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 <sv...@stackframe.org> > --- > target/hppa/translate.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~