Changeset 58 for trunk/Target
- Timestamp:
- Apr 26, 2014, 10:20:38 AM (12 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Target/UTarget.pas (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Target/UTarget.pasr53 r58 507 507 Result := 1; 508 508 if Optimization = coNormal then 509 while ((FProgramIndex + 1) < =Length(FProgram)) and (FProgram[FProgramIndex + 1] = C) do begin509 while ((FProgramIndex + 1) < Length(FProgram)) and (FProgram[FProgramIndex + 1] = C) do begin 510 510 Inc(Result); 511 511 Inc(FProgramIndex); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
