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