Commit 5eecd37a authored by Richard Henderson's avatar Richard Henderson
Browse files

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: default avatarRichard Henderson <richard.henderson@linaro.org>
parent 46559e81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;