linux-user/i386: Remove xfeatures from target_fpstate_fxsave
commitfcc9b64d0767563adb03c933a208e7ba5250c6f0
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 8 Apr 2024 20:25:47 +0000 (8 10:25 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 26 May 2024 19:51:50 +0000 (26 12:51 -0700)
treeee26ca059dd73ff3047f9351e108adc52de00d5f
parent077c43eb0d30a257ee33f1b48ea5b29eafcf4eb5
linux-user/i386: Remove xfeatures from target_fpstate_fxsave

This is easily computed by advancing past the structure.
At the same time, replace the magic number "64".

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/i386/signal.c