Chromium Code Reviews| Index: runtime/vm/intermediate_language_ia32.cc |
| =================================================================== |
| --- runtime/vm/intermediate_language_ia32.cc (revision 11916) |
| +++ runtime/vm/intermediate_language_ia32.cc (working copy) |
| @@ -88,6 +88,7 @@ |
| // has its own return instruction. Method that have finally are currently |
| // not optimized. |
| if (!compiler->HasFinally()) { |
| + __ Comment("Stack Check"); |
| Label done; |
| __ movl(EDI, EBP); |
| __ subl(EDI, ESP); |