Changeset 66392 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Apr 2, 2017 7:44:26 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114344
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-template.c
r66391 r66392 3046 3046 pExtCtx->Ctx.x87.FCW = X86_FCW_MASK_ALL | X86_FCW_PC_64 | X86_FCW_RC_NEAREST; 3047 3047 pExtCtx->Ctx.x87.FSW = 0; 3048 pExtCtx->Ctx.x87.MXCSR = X86_MX SCR_IM | X86_MXSCR_DM | X86_MXSCR_RC_NEAREST;3048 pExtCtx->Ctx.x87.MXCSR = X86_MXCSR_IM | X86_MXCSR_DM | X86_MXCSR_RC_NEAREST; 3049 3049 pExtCtx->Ctx.x87.MXCSR_MASK = 0; 3050 3050 for (i = 0; i < RT_ELEMENTS(pExtCtx->Ctx.x87.aRegs); i++)
Note:
See TracChangeset
for help on using the changeset viewer.