diff options
Diffstat (limited to 'src/greenland/arm')
-rw-r--r-- | src/greenland/arm/arm_invoke_stub_compiler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/greenland/arm/arm_invoke_stub_compiler.cc b/src/greenland/arm/arm_invoke_stub_compiler.cc index f14b35f..2360ed7 100644 --- a/src/greenland/arm/arm_invoke_stub_compiler.cc +++ b/src/greenland/arm/arm_invoke_stub_compiler.cc @@ -137,7 +137,7 @@ CompiledInvokeStub* CreateInvokeStub(bool is_static, const char* shorty, uint32_ } // Load the code pointer we are about to call. - __ LoadFromOffset(kLoadWord, IP, R0, Method::GetCodeOffset().Int32Value()); + __ LoadFromOffset(kLoadWord, IP, R0, AbstractMethod::GetCodeOffset().Int32Value()); // Do the call. __ blx(IP); |