On 5/18/23 08:27, Alex Bennée wrote:
We recently missed a regression that should have been picked up by
check-tcg. This was because the libmem plugin is effectively a NOP if
the user doesn't specify the type to use.
Rather than changing the default behaviour add an additional expansion
so we can take this into account in future.
Signed-off-by: Alex Bennée<[email protected]>
Cc: Richard Henderson<[email protected]>
---
tests/tcg/Makefile.target | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~