Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
IRacle1 committed Aug 12, 2024
1 parent 2df1e62 commit ed6b359
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,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 ed6b359

Please sign in to comment.