FPU: Properly implement INT 10h FPU exception, fixes #5162.
This commit is contained in:
@@ -271,6 +271,7 @@ reset_common(int hard)
|
||||
stack32 = 0;
|
||||
msr.fcr = (1 << 8) | (1 << 9) | (1 << 12) | (1 << 16) | (1 << 19) | (1 << 21);
|
||||
msw = 0;
|
||||
new_ne = 0;
|
||||
if (hascache)
|
||||
cr0 = 1 << 30;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user