Browse Source

* fixed powerpc32 compilation after r9331

git-svn-id: trunk@9336 -
Jonas Maebe 17 years ago
parent
commit
2a767fc893
1 changed files with 3 additions and 3 deletions
  1. 3 3
      compiler/powerpc/agppcmpw.pas

+ 3 - 3
compiler/powerpc/agppcmpw.pas

@@ -759,8 +759,8 @@ interface
               ;
             ait_section:
               begin
-                 {if LasTSec<>sec_none then
-                  AsmWriteLn('_'+target_asm.secnames[LasTSec]+#9#9'ENDS');}
+                 {if LastSecType<>sec_none then
+                  AsmWriteLn('_'+target_asm.secnames[LastSecType]+#9#9'ENDS');}
 
                  if tai_section(hp).sectype<>sec_none then
                   begin
@@ -780,7 +780,7 @@ interface
                     AsmLn;
                     AsmWriteLn(#9+secnames[tai_section(hp).sectype]+' '+cur_CSECT_name+cur_CSECT_class);
                   end;
-                 LasTSec:=tai_section(hp).sectype;
+                 LastSecType:=tai_section(hp).sectype;
                end;
             ait_align:
               begin