From 4f9a2c7a2d8464b04cc08075a7762c6d457090df Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 22 May 2024 14:04:36 +0200 Subject: WIP --- private_include/nw/sections.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'private_include/nw/sections.h') diff --git a/private_include/nw/sections.h b/private_include/nw/sections.h index bef9cd8..e835c6d 100644 --- a/private_include/nw/sections.h +++ b/private_include/nw/sections.h @@ -49,9 +49,9 @@ int section_function(const struct section *s, const struct nw_mod *m, int section_code(const struct section *s, const struct nw_mod *m, varuint32 idx, struct section_code *c); -int section_code_push(FILE *f, long pc, struct nw_frame *fr); int section_type_push(FILE *f, const struct nw_mod *m, varuint32 idx, - struct nw_frame *fr); + struct retval *r); +int section_code_push(FILE *f, struct nw_interp *i); int section_global_push(FILE *f, const struct nw_mod *m, struct nw_interp *i); struct resizable_limits -- cgit v1.2.3