On 10/29/21 4:18 PM, Philippe Mathieu-Daudé wrote:
Similarly to the store_cpu_field() helper which takes a TCG
temporary, store its value to the CPUState, introduce the
store_cpu_field_constant() helper which store a constant to
CPUState (without using any TCG temporary).
Suggested-by: Richard Henderson<[email protected]>
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
target/arm/translate-a32.h | 3 +++
1 file changed, 3 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~