sparc fix (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1572 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-10-30 16:08:23 +00:00
parent 1983a3956c
commit 48b2c19353
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ static int cpu_gdb_read_registers(CPUState *env, uint8_t *mem_buf)
int i;
/* fill in g0..g7 */
for(i = 0; i < 7; i++) {
for(i = 0; i < 8; i++) {
registers[i] = tswapl(env->gregs[i]);
}
/* fill in register window */