]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - code.c
Some cleanups and smaller binaries!
[xonotic/gmqcc.git] / code.c
diff --git a/code.c b/code.c
index b23a8d8b10ebf23b40cba5fec554cc3d7dd8b648..84f664816d5b0930bd1d3e165927af23405e8ee2 100644 (file)
--- a/code.c
+++ b/code.c
@@ -355,7 +355,7 @@ bool code_write(code_t *code, const char *filename, const char *lnofile) {
             for (;;) {
                 if (code->statements[j].opcode != INSTR_DONE)
                     util_debug("GEN", "        %-12s {% 5i,% 5i,% 5i}\n",
-                        asm_instr[code->statements[j].opcode].m,
+                        util_instr_str[code->statements[j].opcode],
                         code->statements[j].o1.s1,
                         code->statements[j].o2.s1,
                         code->statements[j].o3.s1