summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/syscalls/sendmsg.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/syscalls/sendmsg.S')
-rw-r--r--libc/arch-x86/syscalls/sendmsg.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/arch-x86/syscalls/sendmsg.S b/libc/arch-x86/syscalls/sendmsg.S
index 410731f..70bad29 100644
--- a/libc/arch-x86/syscalls/sendmsg.S
+++ b/libc/arch-x86/syscalls/sendmsg.S
@@ -5,6 +5,9 @@
ENTRY(sendmsg)
pushl %ebx
pushl %ecx
+ .cfi_def_cfa_offset 8
+ .cfi_rel_offset ebx, 0
+ .cfi_rel_offset ecx, 4
mov $16, %ebx
mov %esp, %ecx
addl $12, %ecx