Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37406818
en ru br
Репозитории ALT

Группа :: Система/Библиотеки
Пакет: libwebkitgtk4

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: webkitgtk-2.30.0-alt-arm64-return-type.patch
Скачать


--- ./Source/JavaScriptCore/assembler/AbstractMacroAssembler.h~	2020-09-20 16:08:53.156883980 +0000
+++ ./Source/JavaScriptCore/assembler/AbstractMacroAssembler.h	2020-09-20 17:18:06.814227632 +0000
@@ -918,14 +918,17 @@
     {
 #if USE(JUMP_ISLANDS)
         switch (nearCall.callMode()) {
         case NearCallMode::Tail:
             return CodeLocationLabel<destTag>(tagCodePtr<destTag>(AssemblerType::prepareForAtomicRelinkJumpConcurrently(nearCall.dataLocation(), destination.dataLocation())));
         case NearCallMode::Regular:
             return CodeLocationLabel<destTag>(tagCodePtr<destTag>(AssemblerType::prepareForAtomicRelinkCallConcurrently(nearCall.dataLocation(), destination.untaggedExecutableAddress())));
+        default:
+            UNUSED_PARAM(nearCall);
+            return destination;
         }
 #else
         UNUSED_PARAM(nearCall);
         return destination;
 #endif
     }
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin