Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(745)

Unified Diff: src/mips/jump-target-mips.cc

Issue 1320006: Updates and fixes for MIPS support. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/mips/jump-target-mips.cc
===================================================================
--- src/mips/jump-target-mips.cc (revision 4259)
+++ src/mips/jump-target-mips.cc (working copy)
@@ -108,9 +108,9 @@
cgen()->SetFrame(new VirtualFrame(entry_frame_), &empty);
}
- // The predicate is_linked() should be made false. Its implementation
+ // The predicate is_linked() should be made false. Its implementation
// detects the presence (or absence) of frame pointers in the
- // reaching_frames_ list. If we inserted a bogus frame to make
+ // reaching_frames_ list. If we inserted a bogus frame to make
// is_linked() true, remove it now.
if (is_linked()) {
reaching_frames_.Clear();

Powered by Google App Engine
This is Rietveld 408576698