On 7/8/21 12:24 AM, Richard Henderson wrote:
> Do not call helper_fninit directly from helper_xrstor.
> Do call the new helper from do_fsave.
>
> Signed-off-by: Richard Henderson
> ---
> target/i386/tcg/fpu_helper.c | 22 --
> 1 file changed, 8 insertions(+), 14 deletions(-)
Do not call helper_fninit directly from helper_xrstor.
Do call the new helper from do_fsave.
Signed-off-by: Richard Henderson
---
target/i386/tcg/fpu_helper.c | 22 --
1 file changed, 8 insertions(+), 14 deletions(-)
diff --git a/target/i386/tcg/fpu_helper.c b/target/i386/tc