aboutgitcodelistschat:MatrixIRC
path: root/cooker/emit.c
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-06-14 14:06:27 +0200
committerAlice Frosi <afrosi@redhat.com>2023-06-14 14:06:27 +0200
commit7954fe5d9627defcb5f73194c60d992df4137c10 (patch)
treee0262ad1b819672d3cbf06c26d3868988ed1a659 /cooker/emit.c
parentc1b8d9ca93ba2147202ae995f67f3752ff6eafcb (diff)
downloadseitan-7954fe5d9627defcb5f73194c60d992df4137c10.tar
seitan-7954fe5d9627defcb5f73194c60d992df4137c10.tar.gz
seitan-7954fe5d9627defcb5f73194c60d992df4137c10.tar.bz2
seitan-7954fe5d9627defcb5f73194c60d992df4137c10.tar.lz
seitan-7954fe5d9627defcb5f73194c60d992df4137c10.tar.xz
seitan-7954fe5d9627defcb5f73194c60d992df4137c10.tar.zst
seitan-7954fe5d9627defcb5f73194c60d992df4137c10.zip
cooker: fix initialization and variable type
Diffstat (limited to 'cooker/emit.c')
-rw-r--r--cooker/emit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cooker/emit.c b/cooker/emit.c
index 1a7f3a9..8dc3e82 100644
--- a/cooker/emit.c
+++ b/cooker/emit.c
@@ -356,8 +356,6 @@ void emit_return(struct gluten_ctx *g, struct gluten_offset v,
ret->desc = o;
debug(" %i: OP_RETURN:", g->ip.offset);
- debug(" \t val=(%s %d) errno=%d cont=%s", gluten_offset_name[v.type],
- v.offset, error, cont ? "true" : "false");
if (++g->ip.offset > INST_MAX)
die("Too many instructions");