[FAST486]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Sat, 30 Nov 2013 02:03:51 +0000 (02:03 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Sat, 30 Nov 2013 02:03:51 +0000 (02:03 +0000)
commit9c6b9c9bab78fb825764e26cf07d9d2448745a44
tree914a2b886f10e6839fb538952b5eb0063ccb688c
parent81c27b5b19d822c25132392fbeadf430df050221
[FAST486]
FPU instructions never generate #UD. If CR0.EM is set, they generate #NM.
If there is no FPU and CR0.EM is cleared, they do nothing.
Add a helper macro FPU_ST for accessing FPU registers.
Add a compile-time option to disable the FPU.

svn path=/branches/ntvdm/; revision=61150
lib/fast486/fast486.c
lib/fast486/fpu.c
lib/fast486/fpu.h