From 0e9455b376c012dd202fdd9754136e201f3fd8b7 Mon Sep 17 00:00:00 2001 From: Yohan Simard Date: Thu, 20 May 2021 11:13:49 +0200 Subject: [PATCH] remove debug print --- tables.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tables.c b/tables.c index a90b9fc..8ffa9b8 100644 --- a/tables.c +++ b/tables.c @@ -41,7 +41,6 @@ void add_instruction(enum instruction_t inst, int param1, int param2, int param3 void write_asm(FILE * file) { int i = 0; while (i