소스 검색

* 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