1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-17 15:07:10 +00:00

Move hdump into correctly sorted slot

This commit is contained in:
Peter Evans 2018-03-09 16:51:12 -06:00
parent 74e8a30a4c
commit 550eab742e

View File

@ -39,10 +39,10 @@ vm_debug_cmd cmdtable[] = {
"Disassemble a block of code", },
{ "disasm", "d", vm_debug_cmd_disasm, 0, "",
"Toggle disassembly", },
{ "hdump", "hd", vm_debug_cmd_hdump, 2, "<from> <to>",
"Hex dump memory in a given region", },
{ "help", "h", vm_debug_cmd_help, 0, "",
"Print out this list of commands", },
{ "hdump", "hd", vm_debug_cmd_hdump, 2, "<from> <to>",
"Hex dump memory in a given region", },
{ "jump", "j", vm_debug_cmd_jump, 1, "<addr>",
"Jump to <addr> for next execution", },
{ "printaddr", "pa", vm_debug_cmd_printaddr, 1, "<addr>",