diff options
author | 2024-11-25 09:54:26 +0000 | |
---|---|---|
committer | 2024-11-25 10:06:53 +0000 | |
commit | fad4678f3ae48d84b7ed1c842b03a023e4f2cb37 (patch) | |
tree | feaaf43c3b9c5732c19ba3c208382d48421d04a6 /compiler/linker/linker_patch.h | |
parent | 1d280b080a4eb3529a96a5e64f938a10b0dd331a (diff) |
Revert "arm64: Store resolved MethodType-s in .bss."
This reverts commit a687066b7043dbc1be8f85001eeb0f341cd25885.
Reason for revert: Probably caused b/380651440
Change-Id: I249aef9b6e9687d1d191c31034a2c9d02e4ea23b
Diffstat (limited to 'compiler/linker/linker_patch.h')
-rw-r--r-- | compiler/linker/linker_patch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/linker/linker_patch.h b/compiler/linker/linker_patch.h index d73d88dcb2..4eb0782d52 100644 --- a/compiler/linker/linker_patch.h +++ b/compiler/linker/linker_patch.h @@ -295,8 +295,7 @@ class LinkerPatch { patch_type_ == Type::kPublicTypeBssEntry || patch_type_ == Type::kPackageTypeBssEntry || patch_type_ == Type::kStringRelative || - patch_type_ == Type::kStringBssEntry || - patch_type_ == Type::kMethodTypeBssEntry); + patch_type_ == Type::kStringBssEntry); return pc_insn_offset_; } |