fix the last fix that crashes samples
This commit is contained in:
parent
7c29558a95
commit
f3ada41b99
|
@ -1489,7 +1489,7 @@ static void tcg_commit(MemoryListener *listener)
|
|||
|
||||
void address_space_init_dispatch(AddressSpace *as)
|
||||
{
|
||||
MemoryListener ml;
|
||||
MemoryListener ml = { 0 };
|
||||
|
||||
ml.begin = mem_begin;
|
||||
ml.commit = mem_commit;
|
||||
|
|
Loading…
Reference in New Issue