Skip to content

Commit

Permalink
fix(vm): fix VM call_function not compiling into shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Apr 2, 2023
1 parent 4ac598e commit 2c2a099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/phoenix/vm.hh
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ namespace phoenix {
/// is required to deal with it appropriately.
///
/// \param sym The symbol to call.
PHOENIX_INTERNAL void call(const symbol* sym);
PHOENIX_API void call(const symbol* sym);

/// \brief Runs the instruction at the current program counter and advances it properly.
/// \return false, the instruction executed was a op_return instruction, otherwise true.
Expand Down

0 comments on commit 2c2a099

Please sign in to comment.