diff options
Diffstat (limited to 'system/memory.c')
| -rw-r--r-- | system/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/memory.c b/system/memory.c index 9ceb229d28..a229a79988 100644 --- a/system/memory.c +++ b/system/memory.c @@ -1119,7 +1119,7 @@ void memory_region_transaction_commit(void) AddressSpace *as; assert(memory_region_transaction_depth); - assert(qemu_mutex_iothread_locked()); + assert(bql_locked()); --memory_region_transaction_depth; if (!memory_region_transaction_depth) { |