Index: /trunk/src/VBox/VMM/VMMAll/EMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/EMAll.cpp	(revision 42316)
+++ /trunk/src/VBox/VMM/VMMAll/EMAll.cpp	(revision 42317)
@@ -780,5 +780,6 @@
     pRegFrame->rax = 0;
     pRegFrame->rdx = 0;
-    /** @todo We should trigger a #GP here if the cpu doesn't support the index in ecx. */
+    /** @todo We should trigger a #GP here if the CPU doesn't support the index in ecx
+     *        but see @bugref{3472}! */
 
     NOREF(pVM);
