]> git.sur5r.net Git - openocd/blobdiff - src/target/arm966e.c
Reset wip. Just adding hooks. This is just to reduce the size of the actual change...
[openocd] / src / target / arm966e.c
index 84c55cf4849ef473b9a6c8d7089fdd899a414079..3112e0fcdf4f8b7b60d22dfc4f860bedef5eda68 100644 (file)
@@ -81,6 +81,7 @@ target_type_t arm966e_target =
        .register_commands = arm966e_register_commands,
        .target_command = arm966e_target_command,
        .init_target = arm966e_init_target,
+       .examine = arm9tdmi_examine,
        .quit = arm966e_quit,
 };