mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-30 05:31:10 +00:00
!4182 [weekly0530] Fix compilation issue on ArkUI-X
Merge pull request !4182 from Pan Zhenyu/weekly0530
This commit is contained in:
commit
2235a437c1
@ -196,7 +196,7 @@ void PGOMethodTypeSet::Merge(NativeAreaAllocator *allocator, const PGOMethodType
|
||||
allocator->Delete(iter);
|
||||
}
|
||||
layoutDescInfos_.clear();
|
||||
for (const auto typeInfo : typeInfoSet_) {
|
||||
for (const auto& typeInfo : typeInfoSet_) {
|
||||
if (typeInfo.GetType().IsHeapObject()) {
|
||||
auto taggedType = typeInfo.GetType().GetTaggedType();
|
||||
auto constructor = JSFunction::Cast(JSTaggedValue(taggedType).GetTaggedObject());
|
||||
|
Loading…
Reference in New Issue
Block a user