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

Unified Diff: runtime/vm/assembler.h

Issue 9114008: Introduce runtime/platform directory for code shared between vm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 12 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: runtime/vm/assembler.h
diff --git a/runtime/vm/assembler.h b/runtime/vm/assembler.h
index 1919208e3ffde26e468bc15f8d902f32b4e5ca12..1ad8417461e675bce6badab7eed9ff07d6336e88 100644
--- a/runtime/vm/assembler.h
+++ b/runtime/vm/assembler.h
@@ -24,7 +24,6 @@ class MemoryRegion;
// to be called from code generated by the assembler.
class ExternalLabel : public ValueObject {
public:
-
ExternalLabel(const char* name, uword address)
: name_(name), address_(address) {
ASSERT(name != NULL);

Powered by Google App Engine
This is Rietveld 408576698