Changeset 95488 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Jul 3, 2022 2:18:11 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152102
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-3-template.c
r95485 r95488 917 917 cErrors = Bs3TestSubErrorCount(); 918 918 919 if ( bXcptExpect == X86_XCPT_DB)919 if (fMmxInstr && bXcptExpect == X86_XCPT_DB) 920 920 { 921 921 uSavedFtw = Bs3ExtCtxGetAbridgedFtw(pExtCtx);
Note:
See TracChangeset
for help on using the changeset viewer.