]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/i386/translate.c
qom: Introduce CPUClass.tcg_initialize
[mirror_qemu.git] / target / i386 / translate.c
index d6697f721c88fd874bdf281333177c46b4120926..da13fe4d11517eee0fb3e8c7bd46fe05aeb3215e 100644 (file)
@@ -8366,12 +8366,6 @@ void tcg_x86_init(void)
         "bnd0_ub", "bnd1_ub", "bnd2_ub", "bnd3_ub"
     };
     int i;
-    static bool initialized;
-
-    if (initialized) {
-        return;
-    }
-    initialized = true;
 
     cpu_env = tcg_global_reg_new_ptr(TCG_AREG0, "env");
     tcg_ctx.tcg_env = cpu_env;