Changeset 106060 in vbox for trunk/src/VBox
- Timestamp:
- Sep 16, 2024 10:47:45 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-4.c32
r106059 r106060 1328 1328 { /* => */ { FP64_QNAN_V(0, 1), FP64_QNAN_V(0, FP64_FRAC_NORM_MAX), FP64_QNAN_V(1, FP64_FRAC_NORM_MAX), FP64_QNAN_V(0, FP64_FRAC_V1) } }, \ 1329 1329 /*mxcsr:in */ X86_MXCSR_RC_UP, \ 1330 /*128:out */ X86_MXCSR_RC_UP | X86_MXCSR_IE, 1331 /*256:out */ X86_MXCSR_RC_UP | X86_MXCSR_IE, 1330 /*128:out */ X86_MXCSR_RC_UP | X86_MXCSR_IE, \ 1331 /*256:out */ X86_MXCSR_RC_UP | X86_MXCSR_IE, \ 1332 1332 /*xcpt? */ true, true }, \ 1333 1333 … … 1779 1779 { 1780 1780 /* All allocations are at the tail end of the buffer, so that we've got a 1781 guard page following the operand. When asked to consistenly trigger1781 guard page following the operand. When asked to consistently trigger 1782 1782 a #PF, we slide the buffer into that guard page. */ 1783 1783 if (fPageFault)
Note:
See TracChangeset
for help on using the changeset viewer.