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:
parent
74e8a30a4c
commit
550eab742e
@ -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>",
|
||||
|
Loading…
Reference in New Issue
Block a user