From: Florian Krohm Date: Sat, 21 Jun 2025 14:11:47 +0000 (+0000) Subject: libvex_ir.h: Fix comment for Iop_DivModU128to64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bae961d3fc5c506bbf2e1210ec2fb366eb46f30;p=thirdparty%2Fvalgrind.git libvex_ir.h: Fix comment for Iop_DivModU128to64 This IROp uses an I128 dividend and produces an I128 result. Cf. function typeOfPrimop and IR generation for amd64 and s390. --- diff --git a/VEX/pub/libvex_ir.h b/VEX/pub/libvex_ir.h index 80ef8f27a..803a1317e 100644 --- a/VEX/pub/libvex_ir.h +++ b/VEX/pub/libvex_ir.h @@ -521,7 +521,7 @@ typedef // of which lo half is div and hi half is mod Iop_DivModS64to32, // ditto, signed - Iop_DivModU128to64, // :: V128,I64 -> V128 + Iop_DivModU128to64, // :: I128,I64 -> I128 // of which lo half is div and hi half is mod Iop_DivModS128to64, // ditto, signed