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:
parent
46559e8184
commit
5eecd37a93
@ -277,7 +277,7 @@ typedef struct DisasContext {
|
|||||||
TCGv_reg iaoq_n_var;
|
TCGv_reg iaoq_n_var;
|
||||||
|
|
||||||
int ntempr, ntempl;
|
int ntempr, ntempl;
|
||||||
TCGv_reg tempr[4];
|
TCGv_reg tempr[8];
|
||||||
TCGv_tl templ[4];
|
TCGv_tl templ[4];
|
||||||
|
|
||||||
DisasCond null_cond;
|
DisasCond null_cond;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user