tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 2289e871c992056123c70a4339e541b9e07d3003
parent 8cd9454cc16378a9903445bdc8d66b6f9962bb31
Author: Rong "Mantle" Bao <webmaster@csmantle.top>
Date:   Fri, 21 Nov 2025 15:12:46 +0000

Bug 2001007 - [loong64] Match the declaration of CodeGeneratorLOONG64::generateOutOfLineCode() with its definition. r=jpages

This reverts a change in D247835, where the good declaration was changed
into a non-existent one.

Link: https://phabricator.services.mozilla.com/D247835
Link: https://searchfox.org/firefox-main/search?q=CodeGeneratorLOONG64%3A%3AgenerateOutOfLineCode%28%29&path=&case=true&regexp=false

Differential Revision: https://phabricator.services.mozilla.com/D273145

Diffstat:
Mjs/src/jit/loong64/CodeGenerator-loong64.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/src/jit/loong64/CodeGenerator-loong64.h b/js/src/jit/loong64/CodeGenerator-loong64.h @@ -67,7 +67,7 @@ class CodeGeneratorLOONG64 : public CodeGeneratorShared { void bailoutFrom(Label* label, LSnapshot* snapshot); void bailout(LSnapshot* snapshot); - bool generateOutOfLineCode(CodeGenerator* codegen); + bool generateOutOfLineCode(); template <typename T> void branchToBlock(Register lhs, T rhs, MBasicBlock* mir,