commit | 077c43eb0d30a257ee33f1b48ea5b29eafcf4eb5 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Apr 08 10:22:32 2024 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun May 26 12:51:50 2024 -0700 |
tree | be895ee81b2e6450149b03c7cf10928ab29c909a | |
parent | 6dba8b471cb2b40140b672a9ae9b965a7a132409 [diff] |
linux-user/i386: Drop xfeatures_size from sigcontext arithmetic This is subtracting sizeof(target_fpstate_fxsave) in TARGET_FXSAVE_SIZE, then adding it again via &fxsave->xfeatures. Perform the same computation using xstate_size alone. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>