projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7486d0
)
entered into RCS
author
Roland McGrath
<roland@gnu.org>
Mon, 23 Mar 1992 22:26:36 +0000
(22:26 +0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 23 Mar 1992 22:26:36 +0000
(22:26 +0000)
sysdeps/m68k/setjmp.c
patch
|
blob
|
history
diff --git
a/sysdeps/m68k/setjmp.c
b/sysdeps/m68k/setjmp.c
index
aa7d7d1
..
66695b8
100644
(file)
--- a/
sysdeps/m68k/setjmp.c
+++ b/
sysdeps/m68k/setjmp.c
@@
-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;