]> Git Repo - qemu.git/blobdiff - cpus.c
target-ppc: Add VSX Floating Point to Floating Point Conversion Instructions
[qemu.git] / cpus.c
diff --git a/cpus.c b/cpus.c
index ca4c59fe0b1ca9879538ff9fb2db335d533a2075..945d85b3266cacae6548891ca3d9419208eb9197 100644 (file)
--- a/cpus.c
+++ b/cpus.c
@@ -1119,6 +1119,8 @@ void resume_all_vcpus(void)
 
 static void qemu_tcg_init_vcpu(CPUState *cpu)
 {
+    tcg_cpu_address_space_init(cpu, cpu->as);
+
     /* share a single thread for all cpus with TCG */
     if (!tcg_cpu_thread) {
         cpu->thread = g_malloc0(sizeof(QemuThread));
This page took 0.019487 seconds and 4 git commands to generate.