Skip to content

Commit

Permalink
AArch64: Enable Internal Pointer
Browse files Browse the repository at this point in the history
This commit enables internal pointer support for aarch64.

Signed-off-by: Akira Saitoh <saiaki@jp.ibm.com>
  • Loading branch information
Akira1Saitoh committed Mar 10, 2021
1 parent 56aa158 commit 9e10331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/aarch64/codegen/OMRCodeGenerator.hpp
Expand Up @@ -559,6 +559,7 @@ class OMR_EXTENSIBLE CodeGenerator : public OMR::CodeGenerator
*/
TR::Instruction *generateDebugCounterBump(TR::Instruction *cursor, TR::DebugCounterBase *counter, TR::Register *deltaReg, TR_ScratchRegisterManager &srm);

bool internalPointerSupportImplemented() {return true;}

private:

Expand Down

0 comments on commit 9e10331

Please sign in to comment.