Notable Changes: Experimental command-line argument parser API Experimental ESM Loader Hooks API Experimental test runner Improved interoperability of the Web Crypto API Dependency updates: Updated Corepack to 0.12.1 Updated ICU to 71.1 Updated npm to 8.15.0 Updated Undici to 5.8.0 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
11 lines
534 B
Diff
11 lines
534 B
Diff
--- a/deps/v8/src/compiler/backend/mips/code-generator-mips.cc
|
|
+++ b/deps/v8/src/compiler/backend/mips/code-generator-mips.cc
|
|
@@ -4103,7 +4103,7 @@ void CodeGenerator::AssembleReturn(Instr
|
|
} else if (FLAG_debug_code) {
|
|
__ Assert(eq, AbortReason::kUnexpectedAdditionalPopValue,
|
|
g.ToRegister(additional_pop_count),
|
|
- Operand(static_cast<int64_t>(0)));
|
|
+ Operand(static_cast<int32_t>(0)));
|
|
}
|
|
}
|
|
// Functions with JS linkage have at least one parameter (the receiver).
|