Index: runtime/vm/instructions_x64.h |
diff --git a/runtime/vm/instructions_x64.h b/runtime/vm/instructions_x64.h |
index 5d7616dd4064dfc54aba279c26c01be4e05c0841..8f1c073eff200ba1c03c796485f9dd0c90989f53 100644 |
--- a/runtime/vm/instructions_x64.h |
+++ b/runtime/vm/instructions_x64.h |
@@ -22,6 +22,7 @@ class RawObject; |
intptr_t IndexFromPPLoad(uword start); |
+intptr_t IndexFromPPLoadDisp8(uword start); |
// Template class for all instruction pattern classes. |