| Index: src/arm64/simulator-arm64.h
|
| diff --git a/src/arm64/simulator-arm64.h b/src/arm64/simulator-arm64.h
|
| index d456bd9edf4c1d616fd5614cd3b1ad5d7e985dc1..cd734ad29ee38a543a823bdb3f797167cc4a62fa 100644
|
| --- a/src/arm64/simulator-arm64.h
|
| +++ b/src/arm64/simulator-arm64.h
|
| @@ -187,7 +187,7 @@ class Simulator : public DecoderVisitor {
|
| // generated RegExp code with 10 parameters. These are convenience functions,
|
| // which set up the simulator state and grab the result on return.
|
| int64_t CallJS(byte* entry,
|
| - byte* function_entry,
|
| + Object* new_target,
|
| JSFunction* func,
|
| Object* revc,
|
| int64_t argc,
|
|
|