summaryrefslogtreecommitdiff
path: root/ext/ffi/call.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi/call.rs')
-rw-r--r--ext/ffi/call.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ffi/call.rs b/ext/ffi/call.rs
index ea7875108..d0162d7d5 100644
--- a/ext/ffi/call.rs
+++ b/ext/ffi/call.rs
@@ -368,7 +368,7 @@ pub fn op_ffi_call_nonblocking(
})
}
-#[op2]
+#[op2(reentrant)]
#[serde]
pub fn op_ffi_call_ptr<FP>(
scope: &mut v8::HandleScope,