Skip to content

Commit

Permalink
[GTK] [2.42.5] LowLevelInterpreter.cpp:339:21: error: ‘t6’ was not de…
Browse files Browse the repository at this point in the history
…clared in this scope

https://bugs.webkit.org/show_bug.cgi?id=268739

Unreviewed build fix. Seems a backport went badly, and we didn't notice
because the code is architecture-specific.

* Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:
(JSC::CLoop::execute):
  • Loading branch information
mcatanzaro committed Feb 5, 2024
1 parent 8fd5997 commit 3d53735
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3d53735

Please sign in to comment.