mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
2005-04-29 Roland McGrath <roland@redhat.com>
* sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change.
This commit is contained in:
parent
458901c61e
commit
cb8d9c9382
@ -94,7 +94,7 @@
|
||||
/* The mcount code relies on a normal frame pointer being on the stack
|
||||
to locate our caller, so push one just for its benefit. */
|
||||
#define CALL_MCOUNT \
|
||||
pushl %ebp; cfi_adjust_cfa_offset (4); \ movl %esp, %ebp; \
|
||||
pushl %ebp; cfi_adjust_cfa_offset (4); movl %esp, %ebp; \
|
||||
cfi_def_cfa_register (ebp); call JUMPTARGET(mcount); \
|
||||
popl %ebp; cfi_def_cfa (esp, 4);
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user