| Index: runtime/vm/assembler_x64.h
|
| diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
|
| index 5396d9703b75f73699729d259e497ba21c852651..91c71cc970ba1c20f429ae4e6b2da2a1f0e322c5 100644
|
| --- a/runtime/vm/assembler_x64.h
|
| +++ b/runtime/vm/assembler_x64.h
|
| @@ -779,6 +779,7 @@ class Assembler : public ValueObject {
|
| int PreferredLoopAlignment() { return 16; }
|
| void Align(int alignment, intptr_t offset);
|
| void Bind(Label* label);
|
| + void Jump(Label* label) { jmp(label); }
|
|
|
| void Comment(const char* format, ...) PRINTF_ATTRIBUTE(2, 3);
|
| static bool EmittingComments();
|
|
|