2
0
Эх сурвалжийг харах

* fixed order of parameter pushing to gmon_monstartup

git-svn-id: trunk@12778 -
Jonas Maebe 16 жил өмнө
parent
commit
d20080c3d6

+ 1 - 1
rtl/linux/i386/si_c21g.inc

@@ -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