Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sync files
  • Loading branch information
Milad Farazmand committed Apr 2, 2020
commit ce31a68c065a7b3c6663ba8c14a6675cd4b04d82
2 changes: 1 addition & 1 deletion deps/v8/src/builtins/builtins-regexp-gen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ TNode<HeapObject> RegExpBuiltinsAssembler::RegExpExecInternal(
// AIX uses function descriptors on CFunction calls. code_entry in this case
// may also point to a Regex interpreter entry trampoline which does not
// have a function descriptor. This method is ineffective on other platforms
// and is equivalent to CallCFunction.
// and is equivalent to CallCFunction..
TNode<Int32T> result =
UncheckedCast<Int32T>(CallCFunctionWithoutFunctionDescriptor(
code_entry, retval_type, std::make_pair(arg0_type, arg0),
Expand Down