]> git.sur5r.net Git - openocd/commit
ARM11: fixup method table
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 15 Nov 2009 18:35:41 +0000 (10:35 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 15 Nov 2009 18:35:41 +0000 (10:35 -0800)
commit2280ddeea5fd82554696f1caa97f7a485a035da4
tree033efaaabce65eb4925690698cd37bc4d35d6a3d
parent269040bbad7f18066f5ec5707447c33de6290ef5
ARM11: fixup method table

Three changes:  remove ARM11_HANDLER() in favor of normal structure
initialization syntax; fix goofy indentation in that structure; and
don't needlessly export arm11_register_commands(), it's only called
through that method table.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm11.c
src/target/arm11.h