From 7a8b8ff4bee2373e1e0f3b2b1837dc25041e1a1d Mon Sep 17 00:00:00 2001 From: A404M Date: Mon, 27 Jan 2025 16:10:47 +0330 Subject: clean up removed print hello world --- src/compiler/code-generator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler/code-generator.h') diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h index ace6e97..03415a4 100644 --- a/src/compiler/code-generator.h +++ b/src/compiler/code-generator.h @@ -5,7 +5,6 @@ #include typedef enum CodeGeneratorInstruction : uint8_t { - CODE_GENERATOR_INSTRUCTION_PRINT, CODE_GENERATOR_INSTRUCTION_PRINT_U64, CODE_GENERATOR_INSTRUCTION_CALL, CODE_GENERATOR_INSTRUCTION_RET, -- cgit v1.2.3