forked from OSchip/llvm-project
parent
cceacd7113
commit
df29078dc8
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue