aboutgitcodelistschat:MatrixIRC
path: root/cooker/emit.h
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2023-06-14 13:32:15 +0200
committerStefano Brivio <sbrivio@redhat.com>2023-06-14 13:32:15 +0200
commit54bca55ae5212002f8b5178f3d427cb4f54be233 (patch)
tree8d822634eb2ce1281ab6bce8824a8302b093f2a1 /cooker/emit.h
parent920081a68f0f1f12de37c3ad0e3727e783b71ac7 (diff)
downloadseitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar.gz
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar.bz2
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar.lz
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar.xz
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.tar.zst
seitan-54bca55ae5212002f8b5178f3d427cb4f54be233.zip
cooker: Fix up debugging messages for "return"
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'cooker/emit.h')
-rw-r--r--cooker/emit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cooker/emit.h b/cooker/emit.h
index b4f1ae7..7413eec 100644
--- a/cooker/emit.h
+++ b/cooker/emit.h
@@ -28,8 +28,8 @@ void emit_cmp_field(struct gluten_ctx *g, enum op_cmp_type cmp,
struct field *field,
struct gluten_offset base, struct gluten_offset match,
enum jump_type jmp);
-void emit_return(struct gluten_ctx *g, struct gluten_offset v, int32_t error,
- bool cont);
+void emit_return(struct gluten_ctx *g, struct gluten_offset v,
+ struct gluten_offset error, bool cont);
void emit_copy(struct gluten_ctx *g,
struct gluten_offset dst, struct gluten_offset src, size_t size);
void emit_copy_field(struct gluten_ctx *g, struct field *field,