Skip to content

Commit

Permalink
Add missing arch in getZeroFlag
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Oct 30, 2023
1 parent 29ccf30 commit 12163ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/registers/MachRegister.C
Expand Up @@ -447,11 +447,11 @@ namespace Dyninst {
case Arch_aarch64: return aarch64::z;
case Arch_aarch32:
case Arch_cuda:
case Arch_intelGen9:
case Arch_amdgpu_gfx908:
case Arch_amdgpu_gfx90a:
case Arch_amdgpu_gfx940:
case Arch_none: return InvalidReg;
default: return InvalidReg;
}

return InvalidReg;
Expand Down

0 comments on commit 12163ec

Please sign in to comment.