We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994a83e commit 1d1867fCopy full SHA for 1d1867f
src/dev/engine/compiler.cpp
@@ -69,7 +69,7 @@ std::shared_ptr<ExecutableCode> Compiler::compile(std::shared_ptr<Block> startBl
69
70
/*!
71
* Adds a call to the given function.\n
72
- * For example: extern "C" some_block(ValueData *ret, ValueData *arg1, ValueData *arg2) has 2 arguments
+ * For example: extern "C" bool some_block(Target *target, double arg1, const char *arg2)
73
*/
74
void Compiler::addFunctionCall(const std::string &functionName, StaticType returnType, const std::vector<StaticType> &argTypes)
75
{
0 commit comments