[DynInst_API:] [dyninst/dyninst] 42c3a4: Fix virtual derived signature to match base class


Date: Mon, 27 Feb 2023 12:10:02 -0800
From: bbiiggppiigg <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 42c3a4: Fix virtual derived signature to match base class
  Branch: refs/heads/wuxx1279/gfx908/clang-error
  Home:   https://github.com/dyninst/dyninst
  Commit: 42c3a4b497071e421686ded49ad0da406c8053ac
      https://github.com/dyninst/dyninst/commit/42c3a4b497071e421686ded49ad0da406c8053ac
  Author: wuxx1279 <bbiiggppiigg@xxxxxxxxx>
  Date:   2023-02-27 (Mon, 27 Feb 2023)

  Changed paths:
    M instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.C
    M instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h
    M instructionAPI/src/AMDGPU/gfx908/InstructionDecoder-amdgpu-gfx908.C
    M instructionAPI/src/AMDGPU/gfx908/InstructionDecoder-amdgpu-gfx908.h

  Log Message:
  -----------
  Fix virtual derived signature to match base class

makeRegisterExpression in the derived class had
an incorrect function signature, which made
compilation fails on gcc-6 and clang.


[← Prev in Thread] Current Thread [Next in Thread→]