| Index: src/mips64/macro-assembler-mips64.cc
|
| diff --git a/src/mips64/macro-assembler-mips64.cc b/src/mips64/macro-assembler-mips64.cc
|
| index bc935326cfe1aac1e816742154a45e0bcc0aeca6..c6305f05d89b973bd91f1e4963fe4857ce04af2d 100644
|
| --- a/src/mips64/macro-assembler-mips64.cc
|
| +++ b/src/mips64/macro-assembler-mips64.cc
|
| @@ -4309,7 +4309,7 @@ void MacroAssembler::TryGetFunctionPrototype(Register function,
|
| // Non-instance prototype: Fetch prototype from constructor field
|
| // in initial map.
|
| bind(&non_instance);
|
| - GetMapConstructor(result, result, scratch, at);
|
| + GetMapConstructor(result, result, scratch, scratch);
|
| }
|
|
|
| // All done.
|
|
|