mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:29:14 +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
|
movl %edx,gmon_monstarted
|
||||||
testl %eax,%eax
|
testl %eax,%eax
|
||||||
jnz .Lnomonstart
|
jnz .Lnomonstart
|
||||||
pushl $gmon_etext { Initialize gmon }
|
|
||||||
pushl $gmon_start
|
pushl $gmon_start
|
||||||
|
pushl $gmon_etext { Initialize gmon }
|
||||||
call gmon_monstartup
|
call gmon_monstartup
|
||||||
addl $8,%esp
|
addl $8,%esp
|
||||||
pushl $gmon_mcleanup
|
pushl $gmon_mcleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user