1
0
forked from Mirror/wren

fix code documentation

This commit is contained in:
ruby0x1
2021-04-07 18:36:11 -07:00
parent 4cd374e1a7
commit 0be504832e

View File

@ -2801,8 +2801,8 @@ void expression(Compiler* compiler)
parsePrecedence(compiler, PREC_LOWEST);
}
// Returns the number of arguments to the instruction at [ip] in [fn]'s
// bytecode.
// Returns the number of bytes for the arguments to the instruction
// at [ip] in [fn]'s bytecode.
static int getByteCountForArguments(const uint8_t* bytecode,
const Value* constants, int ip)
{