Index: src/mips/assembler-mips.h |
diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h |
index c116c13bcddfc746f8c2473fa4ce98e3ea6dd0e4..96d5073b942e9cd9818283c326740c838af04751 100644 |
--- a/src/mips/assembler-mips.h |
+++ b/src/mips/assembler-mips.h |
@@ -606,6 +606,9 @@ class Assembler : public AssemblerBase { |
// possible to align the pc offset to a multiple |
// of m. m must be a power of 2 (>= 4). |
void Align(int m); |
+ // Insert the smallest number of zero bytes possible to align the pc offset |
+ // to a mulitple of m. m must be a power of 2 (>= 2). |
+ void DataAlign(int m); |
// Aligns code to something that's optimal for a jump target for the platform. |
void CodeTargetAlign(); |