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 dd36155
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit dd36155

Please sign in to comment.