diff options
Diffstat (limited to 'private_include/nw/sections.h')
| -rw-r--r-- | private_include/nw/sections.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
