Changeset 41733 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 15, 2012 12:11:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r41675 r41733 110 110 && !(pDis->prefix & (DISPREFIX_REPNE | DISPREFIX_REP | DISPREFIX_SEG))) 111 111 { 112 switch (pDis-> opcode)112 switch (pDis->bOpCode) 113 113 { 114 114 /** @todo Find other instructions we can safely skip, possibly
Note:
See TracChangeset
for help on using the changeset viewer.