summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/gen/getcontextx.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/i386/gen/getcontextx.c')
-rw-r--r--lib/libc/i386/gen/getcontextx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/gen/getcontextx.c b/lib/libc/i386/gen/getcontextx.c
index 5908ce7..2d3b562 100644
--- a/lib/libc/i386/gen/getcontextx.c
+++ b/lib/libc/i386/gen/getcontextx.c
@@ -68,7 +68,7 @@ __getcontextx_size(void)
" movl %%ebx,%1\n"
" popl %%ebx\n"
: "=a" (p[0]), "=r" (p[1]), "=c" (p[2]), "=d" (p[3])
- : "0" (0x0));
+ : "0" (0x1));
if ((p[2] & CPUID2_OSXSAVE) != 0) {
__asm __volatile(
" pushl %%ebx\n"
OpenPOWER on IntegriCloud