Chromium Code Reviews| Index: runtime/vm/simulator_dbc.h |
| diff --git a/runtime/vm/simulator_dbc.h b/runtime/vm/simulator_dbc.h |
| index 0e69674bc83def21b50b265b2002a6a0f82627e4..c1d3ff9a7e6b2816580e6ca2b9f7d126cdd98569 100644 |
| --- a/runtime/vm/simulator_dbc.h |
| +++ b/runtime/vm/simulator_dbc.h |
| @@ -37,7 +37,7 @@ typedef bool (*IntrinsicHandler)(Thread* thread, |
| class Simulator { |
| public: |
| - static const uword kSimulatorStackUnderflowSize = 64; |
| + static const uword kSimulatorStackUnderflowSize = 0x80; |
|
zra
2016/04/22 21:13:27
I had to make this bigger for stack overflow tests
|
| Simulator(); |
| ~Simulator(); |