fix the last fix that crashes samples

This commit is contained in:
Nguyen Anh Quynh 2017-02-24 20:34:52 +08:00
parent 7c29558a95
commit f3ada41b99

View File

@ -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;