sim-card
/
qemu
Archived
10
0
Fork 0

mips_malta: resolve endless loop when loading bios

Tested-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Chen Rui <chennrui@gmail.com>
This commit is contained in:
Chen Rui 2011-11-13 19:42:42 +08:00 committed by Stefan Hajnoczi
parent 69ddaf6659
commit a30cfee5ee
1 changed files with 1 additions and 0 deletions

View File

@ -911,6 +911,7 @@ void mips_malta_init (ram_addr_t ram_size,
uint32_t *end = addr + bios_size;
while (addr < end) {
bswap32s(addr);
addr++;
}
}
#endif