[core] Supress hook warning on old R (#280)
This commit is contained in:
parent
83045a69a7
commit
e72414b08c
|
|
@ -166,7 +166,7 @@ namespace art {
|
||||||
// Therefore we hook the new introduced MarkClassInitialized instead
|
// Therefore we hook the new introduced MarkClassInitialized instead
|
||||||
// This only happens on non-x86 devices
|
// This only happens on non-x86 devices
|
||||||
lspd::HookSyms(handle, MarkClassInitialized);
|
lspd::HookSyms(handle, MarkClassInitialized);
|
||||||
lspd::HookSyms(handle, FixupStaticTrampolinesWithThread);
|
lspd::HookSyms(handle, FixupStaticTrampolinesWithThread, FixupStaticTrampolines);
|
||||||
} else {
|
} else {
|
||||||
lspd::HookSyms(handle, FixupStaticTrampolines);
|
lspd::HookSyms(handle, FixupStaticTrampolines);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue