| Index: src/ia32/assembler-ia32.h
|
| diff --git a/src/ia32/assembler-ia32.h b/src/ia32/assembler-ia32.h
|
| index 0d701916992cb865085daf5bcbe3802bd8979bf8..e77ef28ce738ec45bbf25f9759df463ee2b63cca 100644
|
| --- a/src/ia32/assembler-ia32.h
|
| +++ b/src/ia32/assembler-ia32.h
|
| @@ -607,6 +607,9 @@ class Assembler : public AssemblerBase {
|
| // possible to align the pc offset to a multiple
|
| // of m. m must be a power of 2.
|
| 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);
|
| void Nop(int bytes = 1);
|
| // Aligns code to something that's optimal for a jump target for the platform.
|
| void CodeTargetAlign();
|
|
|