move to UserMode when entering absmi.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@614 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-10-03 13:42:23 +00:00
parent fe129bcd9e
commit e606c427fe
1 changed files with 2 additions and 0 deletions

View File

@ -1297,6 +1297,8 @@ exec_absmi(int top)
/* do nothing */
PrologMode = UserMode;
}
} else {
PrologMode = UserMode;
}
return(absmi(0));
}