0001-GTK-2.42.5-LowLevelInterpreter.cpp-339-21-error-t6-w.patch 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. From 3d5373575695b293b8559155431d0079a6153aff Mon Sep 17 00:00:00 2001
  2. From: Michael Catanzaro <mcatanzaro@redhat.com>
  3. Date: Mon, 5 Feb 2024 11:00:49 -0600
  4. Subject: [PATCH] =?UTF-8?q?[GTK]=20[2.42.5]=20LowLevelInterpreter.cpp:339:?=
  5. =?UTF-8?q?21:=20error:=20=E2=80=98t6=E2=80=99=20was=20not=20declared=20in?=
  6. =?UTF-8?q?=20this=20scope=20https://bugs.webkit.org/show=5Fbug.cgi=3Fid?=
  7. =?UTF-8?q?=3D268739?=
  8. MIME-Version: 1.0
  9. Content-Type: text/plain; charset=UTF-8
  10. Content-Transfer-Encoding: 8bit
  11. Unreviewed build fix. Seems a backport went badly, and we didn't notice
  12. because the code is architecture-specific.
  13. * Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:
  14. (JSC::CLoop::execute):
  15. Upstream: https://github.com/WebKit/WebKit/commit/3d5373575695b293b8559155431d0079a6153aff
  16. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  17. ---
  18. Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | 2 --
  19. 1 file changed, 2 deletions(-)
  20. diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
  21. index 5064ead6cd2e..9a2e2653b121 100644
  22. --- a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
  23. +++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
  24. @@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm,
  25. UNUSED_VARIABLE(t2);
  26. UNUSED_VARIABLE(t3);
  27. UNUSED_VARIABLE(t5);
  28. - UNUSED_VARIABLE(t6);
  29. - UNUSED_VARIABLE(t7);
  30. struct StackPointerScope {
  31. StackPointerScope(CLoopStack& stack)
  32. --
  33. 2.39.2