Skip to content

Commit ed239ec

Browse files
authored
Update writer.jl
1 parent 5c20ec3 commit ed239ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bytecode/writer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ function add_function!(writer::BytecodeWriter, func_buf::Vector{UInt8},
507507
flags = 0x00
508508
if is_entry
509509
flags |= 0x02
510-
if entry_hints !==
510+
if entry_hints !== nothing
511511
flags |= 0x04
512512
end
513513
end

0 commit comments

Comments
 (0)