summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp-fpu/setjmp-fpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/setjmp-fpu/setjmp-fpu.c')
-rw-r--r--src/regress/lib/libc/setjmp-fpu/setjmp-fpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libc/setjmp-fpu/setjmp-fpu.c b/src/regress/lib/libc/setjmp-fpu/setjmp-fpu.c
index 45b3c1ee0e..694061dcbb 100644
--- a/src/regress/lib/libc/setjmp-fpu/setjmp-fpu.c
+++ b/src/regress/lib/libc/setjmp-fpu/setjmp-fpu.c
@@ -4,7 +4,7 @@
4int 4int
5TEST_SETJMP(int argc, char *argv[]) 5TEST_SETJMP(int argc, char *argv[])
6{ 6{
7 jmp_buf env; 7 JMP_BUF env;
8 int rv; 8 int rv;
9 9
10 /* Set up the FPU control word register. */ 10 /* Set up the FPU control word register. */