* fixed order of parameter pushing to gmon_monstartup

git-svn-id: trunk@12778 -
This commit is contained in:
Jonas Maebe 2009-02-23 18:03:49 +00:00
parent 4bb1d13d83
commit d20080c3d6

View File

@ -65,8 +65,8 @@ asm
movl %edx,gmon_monstarted
testl %eax,%eax
jnz .Lnomonstart
pushl $gmon_etext { Initialize gmon }
pushl $gmon_start
pushl $gmon_etext { Initialize gmon }
call gmon_monstartup
addl $8,%esp
pushl $gmon_mcleanup