]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/MultU64x32.S
sync comments.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / MultU64x32.S
index 581f23e4ba7ed8f989764d7dfea4d3522934728c..16cf86c0dcaaa5ffc87157fada4ef72422d42f38 100644 (file)
@@ -35,7 +35,7 @@
 ASM_PFX(InternalMathMultU64x32):
     movl    12(%esp), %ecx
     movl    %ecx, %eax
-    imull   8(%esp), %ecx
+    imull   8(%esp), %ecx               # overflow not detectable
     mull    0x4(%esp)
     addl    %ecx, %edx
     ret