On 3/1/21 12:23 AM, Richard Henderson wrote: > With the previous patch for check_io, we now have enough for > the compiler to dead-code eliminate all of the i/o helpers. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/i386/helper.h | 3 +- > target/i386/tcg/translate.c | 6 ++++ > target/i386/tcg/user/misc_stubs.c | 55 ------------------------------- > target/i386/tcg/user/meson.build | 1 - > 4 files changed, 7 insertions(+), 58 deletions(-) > delete mode 100644 target/i386/tcg/user/misc_stubs.c
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>