[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] target/hppa: Use tcg_constant_*
|
From: |
Richard Henderson |
|
Subject: |
[PATCH 0/2] target/hppa: Use tcg_constant_* |
|
Date: |
Thu, 8 Jul 2021 13:58:05 -0700 |
Replace use of tcg_const_*, which makes a copy into a temp
which must be freed, with direct use of the constant.
r~
Richard Henderson (2):
target/hppa: Use tcg_constant_*
target/hppa: Clean up DisasCond
target/hppa/translate.c | 99 +++++++++++------------------------------
1 file changed, 27 insertions(+), 72 deletions(-)
--
2.25.1
- [PATCH 0/2] target/hppa: Use tcg_constant_*,
Richard Henderson <=