set up flags to control IO.
This commit is contained in:
parent
f5c493507e
commit
4f0c539ed6
2
C/init.c
2
C/init.c
@ -947,8 +947,8 @@ static void InitStdPreds(void) {
|
|||||||
Yap_InitCPreds();
|
Yap_InitCPreds();
|
||||||
Yap_InitBackCPreds();
|
Yap_InitBackCPreds();
|
||||||
BACKUP_MACHINE_REGS();
|
BACKUP_MACHINE_REGS();
|
||||||
Yap_InitPlIO();
|
|
||||||
Yap_InitFlags(false);
|
Yap_InitFlags(false);
|
||||||
|
Yap_InitPlIO();
|
||||||
#if HAVE_MPE
|
#if HAVE_MPE
|
||||||
Yap_InitMPE();
|
Yap_InitMPE();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user