| Index: src/mips/code-stubs-mips.h
|
| diff --git a/src/mips/code-stubs-mips.h b/src/mips/code-stubs-mips.h
|
| index 2370d4537d6df0723b1ece523dfd3a66c9374384..3a84644a18c332ee1049d1c6976de5086a675d73 100644
|
| --- a/src/mips/code-stubs-mips.h
|
| +++ b/src/mips/code-stubs-mips.h
|
| @@ -35,6 +35,9 @@ namespace v8 {
|
| namespace internal {
|
|
|
|
|
| +void ArrayNativeCode(MacroAssembler* masm, Label* call_generic_code);
|
| +
|
| +
|
| // Compute a transcendental math function natively, or call the
|
| // TranscendentalCache runtime function.
|
| class TranscendentalCacheStub: public PlatformCodeStub {
|
|
|