arm_semihosting buildfix
commitcb72b7a270c7be60c1ec2ee47282156397bea846
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 1 Mar 2010 18:39:57 +0000 (1 10:39 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 1 Mar 2010 18:39:57 +0000 (1 10:39 -0800)
treec357dff63957793a21d5ef18be2f58678a167b12
parentb1c00e5a4e038068dce4512c5a2eb3735990b880
arm_semihosting buildfix

The recent "add armv7m semihosting support" patch introduced two
build errors:

arm_semihosting.c: In function ‘do_semihosting’:
arm_semihosting.c:71: error: ‘spsr’ may be used uninitialized in this function
arm_semihosting.c:71: error: ‘lr’ may be used uninitialized in this function

This fixes those build errors.  The behavior is, however, untested.
(Also, note the two new REVISIT comments.)

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