OSDN Git Service

target/hppa: Fix do_add, do_sub for hppa64
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Oct 2023 23:16:03 +0000 (16:16 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 02:49:33 +0000 (18:49 -0800)
commitbdcccc17acb3f4cbf85cc81601edc1f87e76e088
tree4877fa3a13c0cf006b7d4a8b412320d7888ce83c
parent72ca87535e5055852c3fa5e3913c9190e0f11911
target/hppa: Fix do_add, do_sub for hppa64

Select the proper carry bit for input to the arithmetic
and for output for the condition.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c