mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
replace TABs with spaces
Bring the files in line with the QEMU coding style, with spaces for indentation. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/378 Signed-off-by: Yeqi Fu <fufuyqqqqqq@gmail.com> Message-Id: <20230315032649.57568-1-fufuyqqqqqq@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
5cb993ff13
commit
48805df9c2
32 changed files with 2022 additions and 2022 deletions
|
@ -3175,7 +3175,7 @@ int64_t address_space_cache_init(MemoryRegionCache *cache,
|
|||
* cache->xlat and the end of the section.
|
||||
*/
|
||||
diff = int128_sub(cache->mrs.size,
|
||||
int128_make64(cache->xlat - cache->mrs.offset_within_region));
|
||||
int128_make64(cache->xlat - cache->mrs.offset_within_region));
|
||||
l = int128_get64(int128_min(diff, int128_make64(l)));
|
||||
|
||||
mr = cache->mrs.mr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue