remove typo

This commit is contained in:
Stefan Lankes 2011-07-11 23:42:25 -07:00
parent ae8c12eb4d
commit ff1bc7c470

View file

@ -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;