Преглед изворни кода

* fixed order of parameter pushing to gmon_monstartup

git-svn-id: trunk@12778 -
Jonas Maebe пре 16 година
родитељ
комит
d20080c3d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rtl/linux/i386/si_c21g.inc

+ 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