Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Aug 10, 2024
1 parent 86d4ea1 commit fd71316
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/DaedalusVm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ void ZkDaedalusVm_callFunction(ZkDaedalusVm* slf, ZkDaedalusSymbol* sym) {
ZKC_TRACE_FN();
ZKC_CHECK_NULLV(slf);
slf->handle.unsafe_call(sym);
slf->handle.unsafe_clear_stack();
}

ZkDaedalusInstance* ZkDaedalusVm_allocInstance(ZkDaedalusVm* slf, ZkDaedalusSymbol* sym, ZkDaedalusInstanceType type) {
Expand Down
2 changes: 1 addition & 1 deletion vendor/ZenKit

0 comments on commit fd71316

Please sign in to comment.