mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[FAST486]
Update the CPL when performing an interrupt. svn path=/trunk/; revision=65300
This commit is contained in:
@@ -310,8 +310,11 @@ Fast486InterruptInternal(PFAST486_STATE State,
|
||||
goto Cleanup;
|
||||
}
|
||||
|
||||
/* Switch to the new privilege level */
|
||||
State->Cpl = GET_SEGMENT_RPL(SegmentSelector);
|
||||
|
||||
/* Check the new (higher) privilege level */
|
||||
switch (GET_SEGMENT_RPL(SegmentSelector))
|
||||
switch (State->Cpl)
|
||||
{
|
||||
case 0:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user