Fix tabs
This commit is contained in:
@@ -148,7 +148,7 @@ public class Generator
|
||||
GenerateBlock(node.Body, func);
|
||||
|
||||
_builder.AppendLine($"{func.EndLabel}:");
|
||||
_builder.AppendLine("; Clean up stack frame");
|
||||
_builder.AppendLine(" ; Clean up stack frame");
|
||||
_builder.AppendLine(" mov rsp, rbp");
|
||||
_builder.AppendLine(" pop rbp");
|
||||
_builder.AppendLine(" ret");
|
||||
|
||||
Reference in New Issue
Block a user