mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Fix trivial "endianness bugs"
Replace endianess -> endianness. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
2055283bcc
commit
4ff9786c67
5 changed files with 15 additions and 15 deletions
|
@ -923,7 +923,7 @@ static void dec_load(DisasContext *dc)
|
|||
/*
|
||||
* When doing reverse accesses we need to do two things.
|
||||
*
|
||||
* 1. Reverse the address wrt endianess.
|
||||
* 1. Reverse the address wrt endianness.
|
||||
* 2. Byteswap the data lanes on the way back into the CPU core.
|
||||
*/
|
||||
if (rev && size != 4) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue