mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD
This commit is contained in:
commit
9e264985ff
50 changed files with 358 additions and 256 deletions
|
@ -125,7 +125,7 @@ static void test_flush_page_write(void *opaque, hwaddr addr, uint64_t data,
|
|||
unsigned len)
|
||||
{
|
||||
hwaddr page = 4096;
|
||||
void *a = cpu_physical_memory_map(data & ~0xffful, &page, 0);
|
||||
void *a = cpu_physical_memory_map(data & ~0xffful, &page, false);
|
||||
|
||||
/* We might not be able to get the full page, only mprotect what we actually
|
||||
have mapped */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue