17 lines
664 B
Diff
17 lines
664 B
Diff
From: Alberto Garcia <berto@igalia.com>
|
|
Subject: Fix FTBFS in i386
|
|
Bug: https://bugs.webkit.org/show_bug.cgi?id=268739
|
|
Index: webkitgtk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
|
|
===================================================================
|
|
--- webkitgtk.orig/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
|
|
+++ webkitgtk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
|
|
@@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpc
|
|
UNUSED_VARIABLE(t2);
|
|
UNUSED_VARIABLE(t3);
|
|
UNUSED_VARIABLE(t5);
|
|
- UNUSED_VARIABLE(t6);
|
|
- UNUSED_VARIABLE(t7);
|
|
|
|
struct StackPointerScope {
|
|
StackPointerScope(CLoopStack& stack)
|