Skip to content

Commit d7d923f

Browse files
committed
Mark invoke_function with inline
1 parent a2dd39b commit d7d923f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fizzy/execute.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ void branch(const Code& code, OperandStack& stack, const Instr*& pc, const uint8
426426
}
427427

428428
template <class F>
429-
bool invoke_function(const FuncType& func_type, const F& func, Instance& instance,
429+
inline bool invoke_function(const FuncType& func_type, const F& func, Instance& instance,
430430
OperandStack& stack, int depth) noexcept
431431
{
432432
const auto num_args = func_type.inputs.size();

0 commit comments

Comments
 (0)