Browse Source

* fixed order of parameter pushing to gmon_monstartup

git-svn-id: trunk@12778 -
Jonas Maebe 16 years ago
parent
commit
d20080c3d6
1 changed files with 1 additions and 1 deletions
  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