Skip to content

Commit fd71316

Browse files
committed
test
1 parent 86d4ea1 commit fd71316

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/DaedalusVm.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ void ZkDaedalusVm_callFunction(ZkDaedalusVm* slf, ZkDaedalusSymbol* sym) {
254254
ZKC_TRACE_FN();
255255
ZKC_CHECK_NULLV(slf);
256256
slf->handle.unsafe_call(sym);
257-
slf->handle.unsafe_clear_stack();
258257
}
259258

260259
ZkDaedalusInstance* ZkDaedalusVm_allocInstance(ZkDaedalusVm* slf, ZkDaedalusSymbol* sym, ZkDaedalusInstanceType type) {

0 commit comments

Comments
 (0)