From 159de421283980c25293798273a472e03eab57fe Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Mon, 5 Feb 2024 11:55:25 +0100 Subject: [PATCH] Fix FTBFS in i386 Bug: https://bugs.webkit.org/show_bug.cgi?id=268739 =================================================================== Gbp-Pq: Name fix-ftbfs-i386.patch --- Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp index 5064ead6cd..9a2e2653b1 100644 --- a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp +++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp @@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, UNUSED_VARIABLE(t2); UNUSED_VARIABLE(t3); UNUSED_VARIABLE(t5); - UNUSED_VARIABLE(t6); - UNUSED_VARIABLE(t7); struct StackPointerScope { StackPointerScope(CLoopStack& stack) -- 2.30.2