[DynInst_API:] [dyninst/dyninst] 7e230e: Fix MachRegister::isZeroFlag for ppc


Date: Tue, 31 Dec 2024 07:34:22 -0800
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 7e230e: Fix MachRegister::isZeroFlag for ppc
  Branch: refs/heads/thaines/ppc_machregister_isZeroFlag
  Home:   https://github.com/dyninst/dyninst
  Commit: 7e230e0640dfee011c07eba8c393bc70d6b2b6d6
      https://github.com/dyninst/dyninst/commit/7e230e0640dfee011c07eba8c393bc70d6b2b6d6
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-12-31 (Tue, 31 Dec 2024)

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

  Log Message:
  -----------
  Fix MachRegister::isZeroFlag for ppc

Currently, this 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] 7e230e: Fix MachRegister::isZeroFlag for ppc, Tim Haines <=