diff --git a/source/tlang/compiler/codegen/emit/dgen.d b/source/tlang/compiler/codegen/emit/dgen.d index db20dede..6f220090 100644 --- a/source/tlang/compiler/codegen/emit/dgen.d +++ b/source/tlang/compiler/codegen/emit/dgen.d @@ -80,7 +80,7 @@ public final class DCodeEmitter : CodeEmitter foreach(Instruction currentInstruction; codeQueue) { - file.writeln(currentInstruction); + file.writeln(currentInstruction.emit()); } } } \ No newline at end of file