protoverse

A metaverse protocol
git clone git://jb55.com/protoverse
Log | Files | Refs | README | LICENSE

commit deebc27eaa5810e22212815ebabd1970f0a5f5bf
parent eb7bcff0fd21e445dad1a3074ff96363faef5b07
Author: William Casarin <jb55@jb55.com>
Date:   Tue,  6 Jul 2021 11:09:59 -0700

don't inline prep_binop for now

Diffstat:
Msrc/wasm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wasm.c b/src/wasm.c @@ -1568,7 +1568,7 @@ fail: return 0; } -static inline int interp_prep_binop(struct wasm_interp *interp, struct val *a, +static int interp_prep_binop(struct wasm_interp *interp, struct val *a, struct val *b, struct val *c, enum valtype typ) { c->type = typ;