Changeset 42317 in vbox
- Timestamp:
- Jul 23, 2012 9:24:43 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.

