Skip to content

Commit

Permalink
cgen: fix g.obf_table data missing(fix vlang#19695)
Browse files Browse the repository at this point in the history
  • Loading branch information
shove70 committed Nov 6, 2023
1 parent 4e6186e commit 9a7a84d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/v/gen/c/cgen.v
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ fn cgen_process_one_file_cb(mut p pool.PoolProcessor, idx int, wid int) &Gen {
done_options: global_g.done_options
done_results: global_g.done_results
is_autofree: global_g.pref.autofree
obf_table: global_g.obf_table
referenced_fns: global_g.referenced_fns
is_cc_msvc: global_g.is_cc_msvc
use_segfault_handler: global_g.use_segfault_handler
Expand Down

0 comments on commit 9a7a84d

Please sign in to comment.