mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 16:06:22 +02:00
* fixed order of parameter pushing to gmon_monstartup
git-svn-id: trunk@12778 -
This commit is contained in:
parent
4bb1d13d83
commit
d20080c3d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user