mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
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:
parent
69ddaf6659
commit
a30cfee5ee
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue