Changeset 2049 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Apr 12, 2007 2:43:48 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20352
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATM.cpp
r2046 r2049 1662 1662 /** @todo this could cause a fault (ring 0 selector being loaded in ring 1) */ 1663 1663 } 1664 #if 0 /* necessary for Haiku */ 1664 1665 else 1665 1666 if ( (pCpu->param2.flags & USE_REG_SEG) … … 1673 1674 break; 1674 1675 } 1676 #endif 1675 1677 } 1676 1678 goto duplicate_instr;
Note:
See TracChangeset
for help on using the changeset viewer.