Index: runtime/vm/globals.h |
=================================================================== |
--- runtime/vm/globals.h (revision 38738) |
+++ runtime/vm/globals.h (working copy) |
@@ -51,8 +51,8 @@ |
(reinterpret_cast<intptr_t>(&(reinterpret_cast<type*>(kOffsetOfPtr)->field)) \ |
- kOffsetOfPtr) |
-#define OFFSET_OF_RETURNED_VALUE(type, accessor) \ |
- (reinterpret_cast<intptr_t>( \ |
+#define OFFSET_OF_RETURNED_VALUE(type, accessor) \ |
+ (reinterpret_cast<intptr_t>( \ |
(reinterpret_cast<type*>(kOffsetOfPtr)->accessor())) - kOffsetOfPtr) |