| Index: src/mips/code-stubs-mips.h
|
| diff --git a/src/mips/code-stubs-mips.h b/src/mips/code-stubs-mips.h
|
| index 52090ec22e943d3964886373846309d949ef24b4..3e0eaa160e08371fd6ad6baadfe4c0742b0cd378 100644
|
| --- a/src/mips/code-stubs-mips.h
|
| +++ b/src/mips/code-stubs-mips.h
|
| @@ -39,16 +39,12 @@ class StringHelper : public AllStatic {
|
| // is allowed to spend extra time setting up conditions to make copying
|
| // faster. Copying of overlapping regions is not supported.
|
| // Dest register ends at the position after the last character written.
|
| - static void GenerateCopyCharactersLong(MacroAssembler* masm,
|
| - Register dest,
|
| - Register src,
|
| - Register count,
|
| - Register scratch1,
|
| - Register scratch2,
|
| - Register scratch3,
|
| - Register scratch4,
|
| - Register scratch5,
|
| - int flags);
|
| + static void GenerateCopyCharacters(MacroAssembler* masm,
|
| + Register dest,
|
| + Register src,
|
| + Register count,
|
| + Register scratch,
|
| + String::Encoding encoding);
|
|
|
|
|
| // Generate string hash.
|
|
|