Skip to content

Commit

Permalink
2005-04-29 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change.
  • Loading branch information
Roland McGrath committed Apr 29, 2005
1 parent 458901c commit cb8d9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/i386/sysdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb8d9c9

Please sign in to comment.