Changeset 42317 in vbox
- Timestamp:
- Jul 23, 2012 9:24:43 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/VMM/VMMAll/EMAll.cpp ¶
r42186 r42317 780 780 pRegFrame->rax = 0; 781 781 pRegFrame->rdx = 0; 782 /** @todo We should trigger a #GP here if the cpu doesn't support the index in ecx. */ 782 /** @todo We should trigger a #GP here if the CPU doesn't support the index in ecx 783 * but see @bugref{3472}! */ 783 784 784 785 NOREF(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.