[FAST486]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Fri, 15 Nov 2013 02:32:08 +0000 (02:32 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Fri, 15 Nov 2013 02:32:08 +0000 (02:32 +0000)
commitbbc9efd2d9951a93c6c8a62b88fbbe8f6069a04d
tree198bfbd84f49b83fa816511a8202e79c761b49f1
parent5e54387a9c84b882fd6af230b0a0d7074e943044
[FAST486]
- Fix the privilege checks.
- Store the CPL in a special field, so that it doesn't get mixed up
  with the lowest 2 bits of real mode selectors while switching
  into protected mode.
- Reset the exception count after a successful ISR call.
- In Fast486OpcodeGroup0F01, check for prefix overrides after parsing
  the Mod-Reg-R/M, which might add a SS: prefix override in some cases.

svn path=/branches/ntvdm/; revision=60995
include/reactos/libs/fast486/fast486.h
lib/fast486/common.c
lib/fast486/common.inl
lib/fast486/fast486.c
lib/fast486/opgroups.c