Index: src/ia32/macro-assembler-ia32.h |
=================================================================== |
--- src/ia32/macro-assembler-ia32.h (revision 4427) |
+++ src/ia32/macro-assembler-ia32.h (working copy) |
@@ -463,6 +463,9 @@ |
// Print a message to stdout and abort execution. |
void Abort(const char* msg); |
+ // Check that the stack is aligned. |
+ void CheckStackAlignment(); |
+ |
// Verify restrictions about code generated in stubs. |
void set_generating_stub(bool value) { generating_stub_ = value; } |
bool generating_stub() { return generating_stub_; } |