Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37745250
en ru br
ALT Linux repositórios
S:2.42.1-alt1

Group :: Sistema/Bibliotecas
RPM: libwebkitgtk4

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: webkitgtk-2.30.0-alt-arm64-return-type.patch
Download


--- ./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
     }
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009