diff options
Diffstat (limited to 'sysdeps/i386/strtok.S')
-rw-r--r-- | sysdeps/i386/strtok.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/strtok.S b/sysdeps/i386/strtok.S index e45db61287..88b343b6fe 100644 --- a/sysdeps/i386/strtok.S +++ b/sysdeps/i386/strtok.S @@ -81,7 +81,7 @@ ENTRY (BP_SYM (FUNCTION)) cfi_adjust_cfa_offset (4) call L(here) cfi_adjust_cfa_offset (4) - cfi_rel_offset (ebx, 4) + cfi_rel_offset (ebx, 0) L(here): popl %ebx cfi_adjust_cfa_offset (-4) |