| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index 19d4d93094b396bac1fd5afa769f3e16bf7c4f8b..159ae6e6b6ee23be381d5b19660903c43b64be62 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -808,7 +808,7 @@ class MacroAssembler: public Assembler {
|
| }
|
|
|
| // Insert code to verify that the x87 stack has the specified depth (0-7)
|
| - void VerifyX87StackDepth(uint depth);
|
| + void VerifyX87StackDepth(uint32_t depth);
|
|
|
| // ---------------------------------------------------------------------------
|
| // StatsCounter support
|
|
|