Re: [PATCH 01/16] tcg: Add temp_readonly

2020-04-19 Thread Philippe Mathieu-Daudé
On 4/18/20 6:18 PM, Richard Henderson wrote: > In most, but not all, places that we check for TEMP_FIXED, > we are really testing that we do not modify the temporary. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > include/tcg/tcg.h | 5 + > tcg/tcg.c

[PATCH 01/16] tcg: Add temp_readonly

2020-04-18 Thread Richard Henderson
In most, but not all, places that we check for TEMP_FIXED, we are really testing that we do not modify the temporary. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 5 + tcg/tcg.c | 21 ++--- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/