This commit is contained in:
nub31
2025-07-03 22:30:08 +02:00
parent 6fd905a921
commit 5259ba79ac
2 changed files with 2 additions and 3 deletions

View File

@@ -458,6 +458,8 @@ public static class QBEGenerator
{
_variables.Clear();
_variableScopes.Clear();
_variableIndex = 0;
_labelIndex = 0;
var builder = new StringBuilder();

View File

@@ -31,9 +31,6 @@ public class QBEWriter
private void WriteDebugLocation(SourceSpan span)
{
if (span.IsEmpty)
return;
var line = span.Start.Line;
if (_currentLine != line)