Esempio n. 1
0
 private void ReferToSymbol(Symbol psym, int off, DataType width)
 {
     if (psym.fResolved)
     {
         emitter.PatchLe(off, psym.offset, width);
     }
     else
     {
         psym.AddForwardReference(off, width, 1);
     }
 }