You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
534 B

  1. --- a/deps/v8/src/compiler/backend/mips/code-generator-mips.cc
  2. +++ b/deps/v8/src/compiler/backend/mips/code-generator-mips.cc
  3. @@ -4103,7 +4103,7 @@ void CodeGenerator::AssembleReturn(Instr
  4. } else if (FLAG_debug_code) {
  5. __ Assert(eq, AbortReason::kUnexpectedAdditionalPopValue,
  6. g.ToRegister(additional_pop_count),
  7. - Operand(static_cast<int64_t>(0)));
  8. + Operand(static_cast<int32_t>(0)));
  9. }
  10. }
  11. // Functions with JS linkage have at least one parameter (the receiver).