Chromium Code Reviews| Index: runtime/vm/stub_code_ia32.cc |
| =================================================================== |
| --- runtime/vm/stub_code_ia32.cc (revision 23860) |
| +++ runtime/vm/stub_code_ia32.cc (working copy) |
| @@ -94,7 +94,7 @@ |
| // Print the stop message. |
| -DEFINE_LEAF_RUNTIME_ENTRY(void, PrintStopMessage, const char* message) { |
| +DEFINE_LEAF_RUNTIME_ENTRY(void, PrintStopMessage, 1, const char* message) { |
| OS::Print("Stop message: %s\n", message); |
| } |
| END_LEAF_RUNTIME_ENTRY |