Changeset 63570 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 16, 2016 4:37:19 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PATM.cpp
r63560 r63570 1992 1992 1993 1993 case OP_STR: 1994 #ifdef VBOX_WITH_SAFE_STR /** @todo remove DISOPTYPE_PRIVILEGED_NOTRAP from disasm table and move OP_STR into #ifndef */1994 #ifdef VBOX_WITH_SAFE_STR /** @todo remove DISOPTYPE_PRIVILEGED_NOTRAP from disasm table and move OP_STR into ifndef */ 1995 1995 /* Now safe because our shadow TR entry is identical to the guest's. */ 1996 1996 goto duplicate_instr;
Note:
See TracChangeset
for help on using the changeset viewer.