Remove unnecessary flag rebuilding in FP_ENTER().
This commit is contained in:
parent
75f9316c11
commit
6b5467a6c9
1 changed files with 0 additions and 1 deletions
|
|
@ -287,7 +287,6 @@ typedef union
|
|||
|
||||
#define FP_ENTER() do \
|
||||
{ \
|
||||
flags_rebuild(); \
|
||||
if (cr0 & 0xc) \
|
||||
{ \
|
||||
x86_int(7); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue