Update template

This commit is contained in:
Aoran Zeng
2024-10-04 02:21:54 +08:00
parent d9e6840399
commit 423b041a91
22 changed files with 194 additions and 193 deletions

View File

@@ -559,8 +559,8 @@ get_target (const char *input, TargetOp code, char *option)
if (target->featfn)
{
FeatInfo fi = target->featfn("");
cli_print_target_features (fi, input);
FeatInfo f = target->featfn("");
cli_print_target_features (f, input);
}
}
else if (TargetOp_Measure_Source==code)