Chromium Code Reviews| Index: runtime/vm/stub_code_arm.cc |
| =================================================================== |
| --- runtime/vm/stub_code_arm.cc (revision 23860) |
| +++ runtime/vm/stub_code_arm.cc (working copy) |
| @@ -101,7 +101,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 |