Print this page
11506 smatch resync

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/smatch/src/smatch_local_values.c
          +++ new/usr/src/tools/smatch/src/smatch_local_values.c
↓ open down ↓ 226 lines elided ↑ open up ↑
 227  227                  add_current_local();
 228  228  }
 229  229  
 230  230  void register_local_values(int id)
 231  231  {
 232  232          my_id = id;
 233  233  
 234  234          if (!option_info)
 235  235                  return;
 236  236  
      237 +        set_dynamic_states(my_id);
 237  238          add_extra_mod_hook(&extra_mod_hook);
 238  239          add_unmatched_state_hook(my_id, &unmatched_state);
 239  240          add_merge_hook(my_id, &merge_estates);
 240  241          all_return_states_hook(&process_states);
 241  242          add_hook(match_end_file, END_FILE_HOOK);
 242  243          mem_sql(NULL, NULL, "alter table local_values add column symbol integer;");
 243  244  }
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX