Ignore:
Timestamp:
Mar 6, 2016, 12:10:38 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Built with FPC 3.0.0. Fixed various compiler messages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Target/UTargetInterpretter.pas

    r70 r72  
    66
    77uses
    8   Classes, SysUtils, Dialogs, Forms, StrUtils, UTarget, Registry, URegistry,
    9   UBFTarget;
     8  Classes, SysUtils, Dialogs, Forms, UTarget, UBFTarget;
    109
    1110type
     
    8483  SProgramLowerLimit = 'Program run over lower limit';
    8584  SProgramUpperLimit = 'Program run over upper limit';
    86   SReadInputError = 'Read input error';
    8785  SJumpTableInsistent = 'Jump table is inconsistent';
    8886  SJumpTableColision = 'Jump table colision';
    89   SMemoryCellOutOfRange = 'Memory cell %s value out of range';
    9087  SProgramNotRunning = 'Program not running';
    9188  SUnsupportedCommand = 'Unsupported command';
     
    328325var
    329326  Step: TDebugStep;
    330   StepIndex: Integer;
    331   Nesting: Integer;
    332327begin
    333328  if State = rsPaused then begin
     
    350345var
    351346  Step: TDebugStep;
    352   StepIndex: Integer;
    353   Nesting: Integer;
    354347begin
    355348  if State = rsPaused then begin
Note: See TracChangeset for help on using the changeset viewer.