mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-30 21:42:06 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue