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
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/