Changeset 98712 in vbox
- Timestamp:
- Feb 24, 2023 9:53:20 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156012
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-instr-3.c32
r98704 r98712 737 737 && pExtCtxOut->Ctx.x.Hdr.bmXState == 0x3) 738 738 pExtCtxOut->Ctx.x.Hdr.bmXState = 0x7; 739 #endif 739 740 Bs3TestCheckExtCtx(pExtCtxOut, pExtCtx, 0 /*fFlags*/, pszMode, idTestStep); 740 #endif741 741 742 742 if (TrapFrame.bXcpt != bXcptExpect) … … 11580 11580 && pExtCtxOut->Ctx.x.Hdr.bmXState == 0x3) 11581 11581 pExtCtxOut->Ctx.x.Hdr.bmXState = 0x7; 11582 #endif 11582 11583 Bs3TestCheckExtCtx(pExtCtxOut, pExtCtx, 0 /*fFlags*/, pszMode, idTestStep); 11583 #endif11584 11584 11585 11585 if (TrapFrame.bXcpt != bXcptExpect)
Note:
See TracChangeset
for help on using the changeset viewer.