Index: src/ia32/debug-ia32.cc |
=================================================================== |
--- src/ia32/debug-ia32.cc (revision 6129) |
+++ src/ia32/debug-ia32.cc (working copy) |
@@ -125,7 +125,7 @@ |
#ifdef DEBUG |
__ RecordComment("// Calling from debug break to runtime - come in - over"); |
#endif |
- __ Set(eax, Immediate(0)); // no arguments |
+ __ Set(eax, Immediate(0)); // No arguments. |
__ mov(ebx, Immediate(ExternalReference::debug_break())); |
CEntryStub ceb(1); |