mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
entered into RCS
This commit is contained in:
parent
c7486d0b53
commit
81a4058104
@ -46,7 +46,7 @@ DEFUN(__setjmp, (env), jmp_buf env)
|
||||
|
||||
#if defined(__HAVE_68881__) || defined(__HAVE_FPU__)
|
||||
/* Save floating-point (68881) registers FP0 through FP7. */
|
||||
asm volatile("fmovem%.x fp0-fp7, %0" : : "m" (env[0].__fpregs));
|
||||
asm volatile("fmovem%.x fp0-fp7, %0" : : "m" (env[0].__fpregs[0]));
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user