include wid when inittiing yapor regs

This commit is contained in:
Vitor Santos Costa 2013-10-03 15:48:15 +01:00
parent 1c9167a6c5
commit d46276edbe

View File

@ -887,7 +887,11 @@ InitStdPreds(void)
Yap_InitCPreds(); Yap_InitCPreds();
Yap_InitBackCPreds(); Yap_InitBackCPreds();
BACKUP_MACHINE_REGS(); BACKUP_MACHINE_REGS();
#if YAPOR
Yap_InitYaamRegs( worker_id );
#else
Yap_InitYaamRegs( 0 ); Yap_InitYaamRegs( 0 );
#endif
#if HAVE_MPE #if HAVE_MPE
Yap_InitMPE (); Yap_InitMPE ();