[DynInst_API:] [dyninst/dyninst] 7a5788: Fix InstructionAPI::Result for floating-point types


Date: Sun, 05 Apr 2026 13:42:44 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 7a5788: Fix InstructionAPI::Result for floating-point types
  Branch: refs/heads/thaines/fix_Result_fp
  Home:   https://github.com/dyninst/dyninst
  Commit: 7a5788b1ce65972dd7a3151ec8ef49aeb4e634e8
      https://github.com/dyninst/dyninst/commit/7a5788b1ce65972dd7a3151ec8ef49aeb4e634e8
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2026-04-05 (Sun, 05 Apr 2026)

  Changed paths:
    M instructionAPI/h/Result.h

  Log Message:
  -----------
  Fix InstructionAPI::Result for floating-point types

1) The correct constructor for floating-point types is now selected
2) The ctor for 'float' set 'val.dblval' instead of 'val.floatval'
   causing format() to return the wrong result.



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] 7a5788: Fix InstructionAPI::Result for floating-point types, Tim Haines <=