Skip to content

Commit f6763ee

Browse files
committed
remove inline(never) on interpreter method
1 parent f09764e commit f6763ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/wasmtime/src/runtime/vm/interpreter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ impl InterpreterRef<'_> {
8282
/// The `bytecode` pointer should previously have been produced by Cranelift
8383
/// and `callee` / `caller` / `args_and_results` are normal array-call
8484
/// arguments being passed around.
85-
#[inline(never)]
8685
pub unsafe fn call(
8786
mut self,
8887
mut bytecode: NonNull<u8>,

0 commit comments

Comments
 (0)