[DynInst_API:] [dyninst/dyninst] 473707: Fix value check


Date: Wed, 20 Dec 2023 06:52:07 -0800
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 473707: Fix value check
  Branch: refs/heads/thaines/fix_liveness_isMMX
  Home:   https://github.com/dyninst/dyninst
  Commit: 47370775e032e3e22e20402a25ea9fd81fa33466
      https://github.com/dyninst/dyninst/commit/47370775e032e3e22e20402a25ea9fd81fa33466
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
    M dataflowAPI/src/liveness.C

  Log Message:
  -----------
  Fix value check

MMX has the value 0x00090000, so any category with those two bits set
will match. Instead, we want to match the third nibble exactly.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 473707: Fix value check, Tim Haines <=