diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-05-22 14:04:36 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-06-12 13:38:05 +0200 |
| commit | 4f9a2c7a2d8464b04cc08075a7762c6d457090df (patch) | |
| tree | ae8fe229a3a5ba60d08b74299d0c1850685bda86 /private_include/nw/sections.h | |
| parent | f25b015e5b668028c34974bbb22faa4105c26690 (diff) | |
| download | nanowasm-sync-4f9a2c7a2d8464b04cc08075a7762c6d457090df.tar.gz | |
WIP
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 |
