]> Git Repo - qemu.git/blobdiff - translate-all.c
TCG op size estimation fix.
[qemu.git] / translate-all.c
index 6a273a852fb83ec921c372bb1d2fbc45f2e30f76..061bb901a31cf23873f1cbcda42e732151328553 100644 (file)
@@ -71,6 +71,7 @@ unsigned long code_gen_max_block_size(void)
     static unsigned long max;
 
     if (max == 0) {
+        max = TCG_MAX_OP_SIZE;
 #define DEF(s, n, copy_size) max = copy_size > max? copy_size : max;
 #include "tcg-opc.h"
 #undef DEF
This page took 0.022373 seconds and 4 git commands to generate.