ARM11: register (most) standard ARM commands

Have ARM11 register the "standard" ARM commands.  For now, only
disassembly really works.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2009-11-16 16:36:12 -08:00
parent f86137066a
commit d7d857a189
2 changed files with 10 additions and 1 deletions

View File

@@ -2138,6 +2138,8 @@ static int arm11_register_commands(struct command_context *cmd_ctx)
struct command *top_cmd, *mw_cmd;
armv4_5_register_commands(cmd_ctx);
top_cmd = register_command(cmd_ctx, NULL, "arm11",
NULL, COMMAND_ANY, NULL);