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