[FAST486]

- Call Fast486GetCurrentPrivLevel only when needed.
- Fix a type.

svn path=/branches/ntvdm/; revision=61211
This commit is contained in:
Hermès Bélusca-Maïto 2013-12-03 23:51:51 +00:00
parent aad49cc77c
commit a2bd742ecd
4 changed files with 20 additions and 23 deletions

View file

@ -118,7 +118,6 @@ Fast486WriteMemory(PFAST486_STATE State,
{
/* Write beyond limit */
Fast486Exception(State, FAST486_EXCEPTION_GP);
return FALSE;
}