mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-15 12:47:57 +08:00
Fix bug
This commit is contained in:
@@ -399,11 +399,11 @@ void Build_hash_table_multiple_thr()
|
||||
if (write_index_to_disk)
|
||||
{
|
||||
write_Total_Pos_Table(&PCB, read_file_name);
|
||||
destory_Total_Pos_Table(&PCB);
|
||||
///destory_Total_Pos_Table(&PCB);
|
||||
///load_Total_Pos_Table(&PCB, read_file_name);
|
||||
|
||||
write_All_reads(&R_INF, read_file_name);
|
||||
destory_All_reads(&R_INF);
|
||||
///destory_All_reads(&R_INF);
|
||||
///load_All_reads(&R_INF, read_file_name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user