mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-23 13:38:12 +08:00
dense minimizer apparently works
This commit is contained in:
@@ -9,13 +9,15 @@
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int i;
|
||||
void *flt_tab;
|
||||
|
||||
init_opt(&asm_opt);
|
||||
|
||||
if (!CommandLine_process(argc, argv, &asm_opt)) return 1;
|
||||
|
||||
yak_reset_realtime();
|
||||
ha_count_high(&asm_opt);
|
||||
flt_tab = ha_gen_flt_tab(&asm_opt);
|
||||
ha_hf_destroy(flt_tab);
|
||||
if (0) {
|
||||
Correct_Reads(asm_opt.number_of_round);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user