aboutgitcodelistschat:MatrixIRC
path: root/cooker/emit.c
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-06-05 15:20:13 +0200
committerAlice Frosi <afrosi@redhat.com>2023-06-05 15:20:13 +0200
commitcbf5a607bcd638a1fc8c5b212e1d360528a55b19 (patch)
treef4e579c6b8b322723b5a1fc13259c5b6a684ef3f /cooker/emit.c
parente1765e58820dc79749b82e6de847293eea2ca7a9 (diff)
downloadseitan-cbf5a607bcd638a1fc8c5b212e1d360528a55b19.tar
seitan-cbf5a607bcd638a1fc8c5b212e1d360528a55b19.tar.gz
seitan-cbf5a607bcd638a1fc8c5b212e1d360528a55b19.tar.bz2
seitan-cbf5a607bcd638a1fc8c5b212e1d360528a55b19.tar.lz
seitan-cbf5a607bcd638a1fc8c5b212e1d360528a55b19.tar.xz
seitan-cbf5a607bcd638a1fc8c5b212e1d360528a55b19.tar.zst
seitan-cbf5a607bcd638a1fc8c5b212e1d360528a55b19.zip
cooker: missing size set for op_load
Diffstat (limited to 'cooker/emit.c')
-rw-r--r--cooker/emit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cooker/emit.c b/cooker/emit.c
index 625ff69..4303115 100644
--- a/cooker/emit.c
+++ b/cooker/emit.c
@@ -153,6 +153,7 @@ void emit_load(struct gluten_ctx *g, struct gluten_offset dst,
load->src.offset = index;
load->dst = dst;
+ load->size = len;
debug(" %i: OP_LOAD: #%i < args[%i] (size: %lu)",
g->ip.offset, dst.offset, index, len);