Changeset 8099 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Apr 17, 2008 2:19:59 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29800
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r8098 r8099 2064 2064 || ( (pCpu->prefix & PREFIX_LOCK) 2065 2065 && pCpu->pCurInstr->opcode != OP_CMPXCHG 2066 && pCpu->pCurInstr->opcode != OP_CMPXCHG8B 2066 2067 && pCpu->pCurInstr->opcode != OP_XADD 2067 2068 && pCpu->pCurInstr->opcode != OP_OR
Note:
See TracChangeset
for help on using the changeset viewer.