Use less macros in core.c

This commit is contained in:
Aoran Zeng
2025-08-09 21:32:27 +08:00
parent 1f1008c440
commit 16d643a8ee
3 changed files with 61 additions and 39 deletions

View File

@@ -664,7 +664,7 @@ get_target (const char *input, TargetOp code, char *option)
}
else if (TargetOp_Measure_Source==code)
{
select_mirror_autoly (target->sources, target->sources_n, input);
auto_select_mirror (target->sources, target->sources_n, input);
return true;
}