Changeset 58 for trunk/Target/UTarget.pas
- Timestamp:
- Apr 26, 2014, 10:20:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/UTarget.pas
r53 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.