Chromium Code Reviews| Index: runtime/vm/code_generator.cc |
| =================================================================== |
| --- runtime/vm/code_generator.cc (revision 3557) |
| +++ runtime/vm/code_generator.cc (working copy) |
| @@ -884,6 +884,9 @@ |
| } |
| uword interrupt_bits = isolate->GetAndClearInterrupts(); |
| + if (interrupt_bits & Isolate::kMessageInterrupt) { |
| + UNIMPLEMENTED(); |
| + } |
| if (interrupt_bits & Isolate::kApiInterrupt) { |
| Dart_IsolateInterruptCallback callback = isolate->InterruptCallback(); |
| if (callback) { |