summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/gen/_ctx_start.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/i386/gen/_ctx_start.S')
-rw-r--r--lib/libc/i386/gen/_ctx_start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/gen/_ctx_start.S b/lib/libc/i386/gen/_ctx_start.S
index bfff53a..91a06b8 100644
--- a/lib/libc/i386/gen/_ctx_start.S
+++ b/lib/libc/i386/gen/_ctx_start.S
@@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$");
ENTRY(_ctx_start)
popl %eax /* get start function */
call *%eax /* call start function */
- movl %ebp, %esp /*
+ movl %esi, %esp /*
* setup stack for completion routine;
* ucp is now at top of stack
*/
OpenPOWER on IntegriCloud