| Index: src/a64/simulator-a64.h
|
| diff --git a/src/a64/simulator-a64.h b/src/a64/simulator-a64.h
|
| index 0d973e835e14bbb8f58a963c25909c7683d63c2a..1ef891a151ecee375870f5e6073f01cc93d1d773 100644
|
| --- a/src/a64/simulator-a64.h
|
| +++ b/src/a64/simulator-a64.h
|
| @@ -833,7 +833,6 @@ class Simulator : public DecoderVisitor {
|
| static const intptr_t stack_protection_size_ = KB;
|
| intptr_t stack_size_;
|
| byte* stack_limit_;
|
| - // TODO(aleram): protect the stack.
|
|
|
| Decoder<DispatchingDecoderVisitor>* decoder_;
|
| Decoder<DispatchingDecoderVisitor>* disassembler_decoder_;
|
|
|