Changeset 86116 in vbox
- Timestamp:
- Sep 14, 2020 6:59:39 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h
r86115 r86116 3198 3198 { 3199 3199 Assert(!(pCtx->fExtrn & (CPUMCTX_EXTRN_RIP | CPUMCTX_EXTRN_CS | CPUMCTX_EXTRN_RFLAGS | CPUMCTX_EXTRN_GPRS_MASK))); 3200 RT_NOREF(pCtx); 3200 3201 3201 3202 /* For now we'll just skip the instruction. */
Note:
See TracChangeset
for help on using the changeset viewer.