On 27/2/23 06:41, Richard Henderson wrote:
Compute the eflags write mask separately, leaving one call
to the helper. Use tcg_constant_i32.
Signed-off-by: Richard Henderson
---
target/i386/tcg/translate.c | 55 -
1 file changed, 11 insertions(+), 44 deleti
Compute the eflags write mask separately, leaving one call
to the helper. Use tcg_constant_i32.
Signed-off-by: Richard Henderson
---
target/i386/tcg/translate.c | 55 -
1 file changed, 11 insertions(+), 44 deletions(-)
diff --git a/target/i386/tcg/translate.