diff --git a/PVE/QemuServer/CPUConfig.pm b/PVE/QemuServer/CPUConfig.pm index 97a5e559..33f7524f 100644 --- a/PVE/QemuServer/CPUConfig.pm +++ b/PVE/QemuServer/CPUConfig.pm @@ -757,7 +757,7 @@ sub get_cpu_bitness { my $cpu = PVE::JSONSchema::parse_property_string('pve-vm-cpu-conf', $cpu_prop_str) or die "Cannot parse cpu description: $cpu_prop_str\n"; - my $cputype = $cpu->{cputype}; + $cputype = $cpu->{cputype}; if (my $model = $builtin_models->{$cputype}) { $cputype = $model->{'reported-model'};