remove typo
This commit is contained in:
parent
ae8c12eb4d
commit
ff1bc7c470
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ static void fpu_init(union fpu_state* fpu)
|
|||
|
||||
memset(fx, 0, sizeof(union fpu_state));
|
||||
fx->cwd = 0x37f;
|
||||
if (has_xmm)
|
||||
if (has_xmm())
|
||||
fx->mxcsr = 0x1f80;
|
||||
} else {
|
||||
i387_fsave_t *fp = &fpu->fsave;
|
||||
|
|
Loading…
Add table
Reference in a new issue