vm: fix VM constructor
							parent
							
								
									95655c26b4
								
							
						
					
					
						commit
						718cb8b579
					
				| 
						 | 
				
			
			@ -224,7 +224,7 @@ struct startargs {
 | 
			
		|||
 | 
			
		||||
factor_vm *new_factor_vm()
 | 
			
		||||
{
 | 
			
		||||
	factor_vm *newvm = new factor_vm;
 | 
			
		||||
	factor_vm *newvm = new factor_vm();
 | 
			
		||||
	register_vm_with_thread(newvm);
 | 
			
		||||
	thread_vms[thread_id()] = newvm;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue