Changeset 31569 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 11, 2010 1:41:52 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64673
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r31489 r31569 1827 1827 } 1828 1828 1829 /** @todo change all these EMInterpretXXX methods to VBOXSTRICTRC. */ 1829 1830 1830 1831 /** … … 2522 2523 pRegFrame->rax = 0; 2523 2524 pRegFrame->rdx = 0; 2524 /* @todo We should trigger a #GP here if the cpu doesn't support the index in ecx. */2525 /** @todo We should trigger a #GP here if the cpu doesn't support the index in ecx. */ 2525 2526 return VINF_SUCCESS; 2526 2527 }
Note:
See TracChangeset
for help on using the changeset viewer.