xscale: stackframe corruption bugfix
commitb6c4d1006f66744f67cbd03005e438f8512012cd
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 13 Oct 2009 08:21:24 +0000 (13 01:21 -0700)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 13 Oct 2009 08:21:24 +0000 (13 01:21 -0700)
treec5389d9bb122d5a5898e4b5e18442d713ab11109
parent85398ccdcf251241c56502b3e4897df7e7e48eb5
xscale: stackframe corruption bugfix

Resolve a "FIX" comment; yes that was superfluous given that the
JTAG core does that check by default.  It was also buggy since it
wrote to a stack frame that went away before the write happened!!

Other fixes:  remove pointless malloc(); zero-init scan_field_t
values wherever they appear; whitespace scrub; spelling fix.

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