buzz hooks correction

This commit is contained in:
vivek-shankar 2017-01-30 23:26:59 -05:00
parent 172a952faf
commit db1fd60616
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ buzzvm_pushs(VM, buzzvm_string_register(VM, "update_no", 1));
collect_data();
timer_steps=0;
//neigh=-1;
buzz_utility::buzz_update_init_test((updater)->bcode, (char*)dbgfname, *(size_t*)(updater->bcode_size));
buzz_utility::buzz_update_set((updater)->bcode, (char*)dbgfname, *(size_t*)(updater->bcode_size));
//buzzvm_function_call(m_tBuzzVM, "updated", 0);
updated=1;
}