Chromium Code Reviews| Index: src/compiler/ppc/linkage-ppc.cc |
| diff --git a/src/compiler/ppc/linkage-ppc.cc b/src/compiler/ppc/linkage-ppc.cc |
| index 39ebb63efa3b59a7dccac5b604521809606d2f3b..36fd10cd36919ac0b5cd16387a2aa73af788d7f2 100644 |
| --- a/src/compiler/ppc/linkage-ppc.cc |
| +++ b/src/compiler/ppc/linkage-ppc.cc |
| @@ -30,6 +30,7 @@ struct PPCLinkageHelperTraits { |
| return register_parameters[i]; |
| } |
| static int CRegisterParametersLength() { return 8; } |
| + static int CStackBackingStoreLength() { return 0; } |
| }; |