Skip to content

Commit

Permalink
arm64: set number of regs defined in beginTrackRegDefs()
Browse files Browse the repository at this point in the history
  • Loading branch information
Itaru Kitayama authored and Sasha Nicolas committed Aug 18, 2017
1 parent 76a1815 commit f1f358b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dyninstAPI/src/codegen.C
Expand Up @@ -715,6 +715,8 @@ void codeGen::beginTrackRegDefs()
regsDefined_ = bitArray(REGNUM_IGNORED+1);
#elif defined(arch_power)
regsDefined_ = bitArray(registerSpace::lastReg);
#elif defined(arch_aarch64)
regsDefined_ = bitArray(registerSpace::fpsr);
#else
regsDefined_ = bitArray();
#endif
Expand Down

0 comments on commit f1f358b

Please sign in to comment.