vm: fix VM constructor
parent
5ad19c0b10
commit
d6bd25d8e4
|
|
@ -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