[DynInst_API:] [dyninst/dyninst] eeb814: Fix MachRegister::isZeroFlag for ppc (#1857)


Date: Fri, 03 Jan 2025 05:59:34 -0800
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] eeb814: Fix MachRegister::isZeroFlag for ppc (#1857)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: eeb81425fc58f0cec019f856967dedd37a058c8b
      https://github.com/dyninst/dyninst/commit/eeb81425fc58f0cec019f856967dedd37a058c8b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2025-01-03 (Fri, 03 Jan 2025)

  Changed paths:
    M common/src/registers/MachRegister.C

  Log Message:
  -----------
  Fix MachRegister::isZeroFlag for ppc (#1857)

Currently, isZeroFlag treats every field in each group as being a
zero flag. Since we have representations for each bit in the
field, then only the EQ flag should be checked here.



To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] eeb814: Fix MachRegister::isZeroFlag for ppc (#1857), Tim Haines <=