1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00

LibJS+LibJIT: Fix GCC build

This commit is contained in:
Andreas Kling 2023-10-27 11:50:37 +02:00
parent 8eba60d015
commit 8c745ca223
2 changed files with 5 additions and 2 deletions

View file

@ -581,7 +581,7 @@ void Compiler::compile_new_array(Bytecode::Op::NewArray const& op)
store_vm_register(Bytecode::Register::accumulator(), RET);
}
Value cxx_new_function(
static Value cxx_new_function(
VM& vm,
FunctionExpression const& function_node,
Optional<Bytecode::IdentifierTableIndex> const& lhs_name,