Skip to content

Commit 78ac785

Browse files
zqb-allJJ-Gaisler
authored andcommitted
Fix help message for --dm-no-hasel
1 parent 518d282 commit 78ac785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spike_main/spike.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static void help(int exit_code = 1)
7878
"required for a DMI access [default 0]\n");
7979
fprintf(stderr, " --dm-abstract-rti=<n> Number of Run-Test/Idle cycles "
8080
"required for an abstract command to execute [default 0]\n");
81-
fprintf(stderr, " --dm-no-hasel Debug module supports hasel\n");
81+
fprintf(stderr, " --dm-no-hasel Debug module won't support hasel\n");
8282
fprintf(stderr, " --dm-no-abstract-csr Debug module won't support abstract CSR access\n");
8383
fprintf(stderr, " --dm-no-abstract-fpr Debug module won't support abstract FPR access\n");
8484
fprintf(stderr, " --dm-no-halt-groups Debug module won't support halt groups\n");

0 commit comments

Comments
 (0)