Chromium Code Reviews| Index: runtime/vm/stub_code_ia32.cc |
| =================================================================== |
| --- runtime/vm/stub_code_ia32.cc (revision 28063) |
| +++ runtime/vm/stub_code_ia32.cc (working copy) |
| @@ -1796,7 +1796,7 @@ |
| } |
| -// EDX, EXC: May contain arguments to runtime stub. |
| +// EDX, ECX: May contain arguments to runtime stub. |
| void StubCode::GenerateBreakpointRuntimeStub(Assembler* assembler) { |
| __ EnterStubFrame(); |
| // Save runtime args. |