Forgot to add the attachment, sorry. :)

-- 
Wei-Ren Chen (陳韋任)
Parallel Processing Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
--- qemu-0.13.0/tcg/tcg.c.orig	2010-10-16 04:56:09.000000000 +0800
+++ qemu-0.13.0/tcg/tcg.c	2011-02-24 09:46:28.796899001 +0800
@@ -1031,7 +1031,7 @@
         def = &tcg_op_defs[op];
 #if defined(CONFIG_DEBUG_TCG)
         /* Duplicate entry in op definitions? */
-        assert(!def->used);
+        //assert(!def->used);
         def->used = 1;
 #endif
         nb_args = def->nb_iargs + def->nb_oargs;

Reply via email to