Chromium Code Reviews| Index: src/ppc/simulator-ppc.h |
| diff --git a/src/ppc/simulator-ppc.h b/src/ppc/simulator-ppc.h |
| index b74548fcf5b6286fabbc6fd57d42150becb2722f..c92281682f535a5ac9988a9c305bf8d9c9341479 100644 |
| --- a/src/ppc/simulator-ppc.h |
| +++ b/src/ppc/simulator-ppc.h |
| @@ -351,6 +351,7 @@ class Simulator { |
| // Simulator support. |
| char* stack_; |
| + static const size_t stack_protection_size_ = 256 * kPointerSize; |
| bool pc_modified_; |
| int icount_; |