target/hppa: Increase number of temp regs

HP-UX 10.20 CD contains "add r0, r0, r27" in a delay slot,
which uses at least 5 temps.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2017-11-01 05:03:09 -07:00
parent 46559e8184
commit 5eecd37a93

View File

@ -277,7 +277,7 @@ typedef struct DisasContext {
TCGv_reg iaoq_n_var;
int ntempr, ntempl;
TCGv_reg tempr[4];
TCGv_reg tempr[8];
TCGv_tl templ[4];
DisasCond null_cond;