On Wed, 18 Aug 2021 at 22:42, Richard Henderson
wrote:
>
> Use the environment variable to test an older ISA from
> the one supported by the host.
>
> Signed-off-by: Richard Henderson
I think we should document this environment variable somewhere...
> +/*
> + * For debugging/testing p
Use the environment variable to test an older ISA from
the one supported by the host.
Signed-off-by: Richard Henderson
---
tcg/arm/tcg-target.h | 8 +++-
tcg/arm/tcg-target.c.inc | 32
2 files changed, 39 insertions(+), 1 deletion(-)
diff --git a/tcg/ar