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

Unified Diff: vm/code_descriptors.cc

Issue 10030001: Resubmit change 6302 after fixing the compiler warning on older GCC compiler versions: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 8 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: vm/code_descriptors.cc
===================================================================
--- vm/code_descriptors.cc (revision 6329)
+++ vm/code_descriptors.cc (working copy)
@@ -38,7 +38,7 @@
void StackmapBuilder::AddEntry(intptr_t pc_offset) {
- stack_map_ = Stackmap::New(pc_offset, code_, builder_);
+ stack_map_ = Stackmap::New(pc_offset, builder_);
list_.Add(stack_map_);
}
« no previous file with comments | « vm/code_descriptors.h ('k') | vm/code_descriptors_test.cc » ('j') | vm/stack_frame.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698