Chromium Code Reviews| Index: runtime/vm/snapshot.h |
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
| index 2fe23f05c7093b0e222d2de5df0e66737fea3b58..4623e9d3882b1f06c22428aceadeb2fa65967669 100644 |
| --- a/runtime/vm/snapshot.h |
| +++ b/runtime/vm/snapshot.h |
| @@ -855,7 +855,7 @@ class InstructionsWriter : public ZoneAllocated { |
| #if defined(ARCH_IS_64_BIT) |
| stream_.Print(".quad 0x%0.16" Px "\n", value); |
| #else |
| - stream_.Print(".word 0x%0.8" Px "\n", value); |
| + stream_.Print(".long 0x%0.8" Px "\n", value); |
| #endif |
| } |