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:
@@ -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
|
||||
|
Reference in New Issue
Block a user