processor = new VmX86Processor32(0,
(VmX86Architecture32) getArchitecture(), statics, isolatedStatics, scheduler,
getCPUID());
break;
case 64:
processor = new VmX86Processor64(0,
(VmX86Architecture64) getArchitecture(), statics, isolatedStatics, scheduler,
getCPUID());
break;
default:
throw new BuildException("Unknown bits " + bits);