Skip to content

Commit 4823f84

Browse files
committed
Mark invoke_function with inline
1 parent 0ec8739 commit 4823f84

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
@@ -53,7 +53,7 @@ void branch(const Code& code, OperandStack& stack, const Instr*& pc, const uint8
5353
}
5454

5555
template <class F>
56-
bool invoke_function(
56+
inline bool invoke_function(
5757
size_t num_args, const F& func, Instance& instance, OperandStack& stack, int depth) noexcept
5858
{
5959
assert(stack.size() >= num_args);

0 commit comments

Comments
 (0)