prediction progress
This commit is contained in:
parent
4172808fe2
commit
6427f559ca
2
build.c
2
build.c
@ -965,7 +965,7 @@ void OnBuild(StringList cli_args)
|
|||||||
BuildStepSimpleCommandArg *bs_arg = ArenaPush(&perm, BuildStepSimpleCommandArg);
|
BuildStepSimpleCommandArg *bs_arg = ArenaPush(&perm, BuildStepSimpleCommandArg);
|
||||||
bs_arg->cmd = StringF(&perm, link_args_fmt, FmtStr(link_files_str), FmtStr(executable_file.full_path));
|
bs_arg->cmd = StringF(&perm, link_args_fmt, FmtStr(link_files_str), FmtStr(executable_file.full_path));
|
||||||
bs_arg->skip_flag = &src_success_flag;
|
bs_arg->skip_flag = &src_success_flag;
|
||||||
String step_name = Lit("Linked");
|
String step_name = Lit("Linking");
|
||||||
AddStep(step_name, &BuildStepSimpleCommand, bs_arg);
|
AddStep(step_name, &BuildStepSimpleCommand, bs_arg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1841,6 +1841,7 @@ INTERNAL SYS_THREAD_ENTRY_POINT_FUNC_DEF(user_local_sim_thread_entry_point, arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
local_ss_prev = sim_snapshot_alloc(local_snapshot_store, ss1, ss1_tick + 20);
|
local_ss_prev = sim_snapshot_alloc(local_snapshot_store, ss1, ss1_tick + 20);
|
||||||
|
local_ss_prev->is_master = is_master;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/* User should always have src tick present */
|
/* User should always have src tick present */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user