ARM64: Fix IsAdrpPatch().
kMethodRelative patch can be an ADRP patch. Note that this minor bug had no real consequences as the patch would later be filtered out in NeedsErratum843419Thunk() because we generate the instruction sequence ADRP+ADD in this case. Also change the output for kDirectAddress from "Direct" to "DirectAddress". This kind is currently unused in checker tests. Test: Rely on TreeHugger. Bug: 30627598 Change-Id: I4e7c033aa010bbff53a554bfadd2ba0f03f69528
Loading
Please sign in to comment