OSDN Git Service

target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb]
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 27 Oct 2023 01:51:25 +0000 (18:51 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 02:49:33 +0000 (18:49 -0800)
commita01809737e07e2f882cf09746f348424f7c04526
tree9060133e3a7ba0690434ff8f5954616c1b971c52
parent741322f471627b829fc1ac01c16ae40cacb0c133
target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb]

This will be how we ensure that the IAOQ is always
valid per PSW.W, therefore all stores to these two
variables must be done with this function.

Use third argument -1 if the destination is always dynamic,
and fourth argument NULL if the destination is always static.

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