Ignore:
Timestamp:
Apr 5, 2012, 2:03:52 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Interpretter execution partial implementation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/UCompiler.pas

    r49 r50  
    205205  if FTarget = AValue then Exit;
    206206  FTarget := AValue;
    207   FTarget.Producer.OnWriteTarget := WriteTarget;
     207  FTarget.Compiler := Self;
     208  if Assigned(FTarget.Producer) then
     209    FTarget.Producer.OnWriteTarget := WriteTarget;
    208210end;
    209211
Note: See TracChangeset for help on using the changeset viewer.