improve support for cross-compilation with simplesimscalar

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@117 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2001-07-05 16:14:15 +00:00
parent 1578e68ec3
commit 27526bcb0d
8 changed files with 1040 additions and 908 deletions

View File

@@ -1897,7 +1897,7 @@ AssignPerm(PInstr *pc)
else
v->NoOfVE = v->KindOfVE = TempVar;
}
} else if (pc->op == pc->op == empty_call_op) {
} else if (pc->op == empty_call_op) {
pc->rnd2 = nperm;
} else if (pc->op == call_op || pc->op == either_op || pc->op == orelse_op || pc->op == push_or_op) {
#ifdef LOCALISE_VOIDS