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
1 changed files with 4 additions and 0 deletions

View File

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