]> Git Repo - qemu.git/blobdiff - accel/tcg/cpu-exec.c
translate-all: introduce assert_no_pages_locked
[qemu.git] / accel / tcg / cpu-exec.c
index 7570c59f0946ffab596162c7437b9a168d65d31a..d75c35380ab9cf707114fb33c71f1ed5da01f163 100644 (file)
@@ -273,6 +273,7 @@ void cpu_exec_step_atomic(CPUState *cpu)
         tcg_debug_assert(!have_mmap_lock());
 #endif
         tb_lock_reset();
+        assert_no_pages_locked();
     }
 
     if (in_exclusive_region) {
This page took 0.0218 seconds and 4 git commands to generate.