fix crash with DSP563XX
commit52d4ba3467134a1489583dbb6d6de3002f0f76fa
authorMathias Kuester <mkdorg@users.sourceforge.net>
Sun, 14 Feb 2010 20:59:10 +0000 (14 12:59 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 14 Feb 2010 20:59:10 +0000 (14 12:59 -0800)
treeff9dd2d2ca5246007eee132af40b36b1ad79fe5a
parenta2ce3a51dfbc9760e7a4e3f5d5806a1de019721d
fix crash with DSP563XX

When a DSP563xx-aware GDB asks OpenOCD for target registers,
the result should be a GDB with register data ... not an
OpenOCD crash.

(Note that mainline GDB doesn't currently support this core,
so for now, this requires a GDB with FreeScale patches.)

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