diff options
Diffstat (limited to 'src/target/arm720t.c')
-rw-r--r-- | src/target/arm720t.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/arm720t.c b/src/target/arm720t.c index d364437a..24885d2e 100644 --- a/src/target/arm720t.c +++ b/src/target/arm720t.c @@ -81,6 +81,7 @@ target_type_t arm720t_target = .register_commands = arm720t_register_commands, .target_command = arm720t_target_command, .init_target = arm720t_init_target, + .examine = arm7tdmi_examine, .quit = arm720t_quit }; |