[Orc] Fix the AArch64 resolver size.

llvm-svn: 268146
This commit is contained in:
Lang Hames 2016-04-30 00:50:26 +00:00
parent cceacd7113
commit df29078dc8
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class OrcAArch64 {
public:
static const unsigned PointerSize = 8;
static const unsigned TrampolineSize = 12;
static const unsigned ResolverCodeSize = 0x6C;
static const unsigned ResolverCodeSize = 0xA0;
typedef GenericIndirectStubsInfo<8> IndirectStubsInfo;