summary refs log tree commit diff stats
path: root/hw/sd.c
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-07 22:00:49 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-07 22:00:49 +0000
commit70976a7926b42d87e0c575412b85a8f5c1e48fad (patch)
tree36530e718baf82bd9c41af4458b42b5d9a828f98 /hw/sd.c
parente60f469ca80e0b39b7cf85aef0d3b1ff32a67cba (diff)
downloadfocaccia-qemu-70976a7926b42d87e0c575412b85a8f5c1e48fad.tar.gz
focaccia-qemu-70976a7926b42d87e0c575412b85a8f5c1e48fad.zip
Fix off-by-one errors for Altivec and SPE registers
Altivec and SPE both have 34 registers in their register sets, not 35
with a missing register 32.

GDB would ask for register 32 of the Altivec (resp. SPE) registers and
the code would claim it had zero width.  The QEMU GDB stub code would
then return an E14 to GDB, which would complain about not being sure
whether p packets were supported or not.

Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6769 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sd.c')
0 files changed, 0 insertions, 0 deletions