Skip to content

Commit

Permalink
Update parser.y
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdreg authored Aug 19, 2023
1 parent afb80f4 commit 4225685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bochs/bx_debug/parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ help_command:
}
| BX_TOKEN_HELP BX_TOKEN_SET_MAGIC_BREAK_POINTS '\n'
{
dbg_printf("setmagicbps \"%%cx %%dx %%bx %%sp %%bp %%si %%di\" - change magic breakpoints. setmagicbps without args disable all of them.\n");
dbg_printf("setmagicbps \"%%cx %%dx %%bx %%sp %%bp %%si %%di\" - changes magic breakpoints. You can specify multiple at once. Using the setmagicbps command without any arguments will disable all of them\n");
free($1);free($2);
}
| BX_TOKEN_HELP BX_TOKEN_LIST_SYMBOLS '\n'
Expand Down

0 comments on commit 4225685

Please sign in to comment.