mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
regularized (some) types of pointers used in script optimization
This commit is contained in:
parent
dd389c0380
commit
709d410fcd
18 changed files with 85 additions and 93 deletions
|
@ -180,7 +180,7 @@ void CPPCompile::InitializeGlobals() {
|
|||
|
||||
for ( const auto& ginit : IDOptInfo::GetGlobalInitExprs() ) {
|
||||
auto g = ginit.Id();
|
||||
if ( pfs.Globals().count(g) == 0 )
|
||||
if ( pfs->Globals().count(g) == 0 )
|
||||
continue;
|
||||
|
||||
auto ic = ginit.IC();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue