Skip to content

Commit c4a023b

Browse files
committed
Runtime: add caml_memprof_set
1 parent 9e05939 commit c4a023b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runtime/gc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ function caml_gc_set(_control) {
2828
function caml_gc_get(){
2929
return [0,0,0,0,0,0,0,0,0]
3030
}
31+
32+
//Provides: caml_memprof_set
33+
function caml_memprof_set(_control) {
34+
return 0;
35+
}

0 commit comments

Comments
 (0)