Applied, thanks!
Damien Zammit via Bug reports for the GNU Hurd, le jeu. 05 déc. 2024 07:49:41
+, a ecrit:
> Fallthrough was incorrectly using fxsave() instead of
> xsave() or xsaveopt().
>
> TESTED: on AMD fam15h: no longer throws "No coprocessor" exception.
> ---
> i386/i386/fpu.c | 18 +-
Fallthrough was incorrectly using fxsave() instead of
xsave() or xsaveopt().
TESTED: on AMD fam15h: no longer throws "No coprocessor" exception.
---
i386/i386/fpu.c | 18 +-
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/i386/i386/fpu.c b/i386/i386/fpu.c
index 3d146