Skip to content

Commit

Permalink
examples/hostfunc: update after host_instance.h changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 27, 2024
1 parent 3f99b6f commit 65d3f97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/hostfunc/hostfunc.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ after_return:;
}

static const struct host_func my_host_inst_funcs[] = {
HOST_FUNC(my_host_inst_, load, "(i)i"),
HOST_FUNC(my_host_inst_, load_call, "(i)i"),
HOST_FUNC(my_host_inst_, load_call_add, "(i)i"),
HOST_FUNC_PREFIX(my_host_inst_, load, "(i)i"),
HOST_FUNC_PREFIX(my_host_inst_, load_call, "(i)i"),
HOST_FUNC_PREFIX(my_host_inst_, load_call_add, "(i)i"),
};

static const struct name name_my_host_inst =
Expand Down

0 comments on commit 65d3f97

Please sign in to comment.