arm920t line length cleanup
commitbb4cb7935e8c4eb41e1d68ac2c43f6a1caec1ae5
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 21 Feb 2010 04:47:38 +0000 (20 20:47 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 21 Feb 2010 04:47:38 +0000 (20 20:47 -0800)
treeb4a01794adcdb03062d64fe3cfeb5a6c34d894d6
parent57d5673dea2111d68a5266f23f6b6bacec38014e
arm920t line length cleanup

The recent patch to fixbreakpoints and dcache handling added
a bunch of overlong lines (80+ chars) ... shrink them, and do
the same to a few lines which were already overlong.

Also add a few FIXME comments to nudge (a) replacement of some
magic numbers with opcode macros, which will be much better at
showing what's actually going on, and (b) correct return codes.

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