Skip to content

Commit

Permalink
tested
Browse files Browse the repository at this point in the history
  • Loading branch information
IRacle1 committed Aug 12, 2024
1 parent bea8ba2 commit dea5569
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
newInstructions[newInstructions.Count - 1].labels.Add(returnLabel);

for (int z = 0; z < newInstructions.Count; z++)
{
Log.Warn(newInstructions[z]);
yield return newInstructions[z];
}

ListPool<CodeInstruction>.Pool.Return(newInstructions);
}
Expand Down

0 comments on commit dea5569

Please sign in to comment.