Explorar o código

* fixed allocregdebug code

git-svn-id: trunk@2204 -
Jonas Maebe %!s(int64=19) %!d(string=hai) anos
pai
achega
1521a33979
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/i386/daopt386.pas

+ 1 - 1
compiler/i386/daopt386.pas

@@ -1186,7 +1186,7 @@ begin
   insertllitem(asml,p1.previous,p1,hp);
   hp := tai_comment.Create(strpnew('allocated '+std_regname(newreg(R_INTREGISTER,supreg,R_SUBWHOLE))+
     ' till here...'));
-  insertllitem(asml,p2,p1.next,hp);
+  insertllitem(asml,p2,p2.next,hp);
 {$endif allocregdebug}
   if not(supreg in initialusedregs) then
     begin