Skip to content

Commit

Permalink
fix: declare v_exn
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Oct 22, 2021
1 parent d8a5ef0 commit 7bf6c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fsevents/fsevents_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ CAMLprim value dune_fsevents_runloop_current(value v_unit) {

CAMLprim value dune_fsevents_runloop_run(value v_runloop) {
CAMLparam1(v_runloop);
CAMLlocal1(v_exn);
dune_runloop *runloop = (dune_runloop *)Nativeint_val(v_runloop);
caml_release_runtime_system();
CFRunLoopRun();
Expand Down

0 comments on commit 7bf6c22

Please sign in to comment.