| Index: src/macro-assembler-ia32.h
|
| ===================================================================
|
| --- src/macro-assembler-ia32.h (revision 1738)
|
| +++ src/macro-assembler-ia32.h (working copy)
|
| @@ -73,7 +73,7 @@
|
| Register value,
|
| Register scratch);
|
|
|
| -
|
| +#ifdef ENABLE_DEBUGGER_SUPPORT
|
| // ---------------------------------------------------------------------------
|
| // Debugger Support
|
|
|
| @@ -84,8 +84,8 @@
|
| void CopyRegistersFromStackToMemory(Register base,
|
| Register scratch,
|
| RegList regs);
|
| +#endif
|
|
|
| -
|
| // ---------------------------------------------------------------------------
|
| // Activation frames
|
|
|
|
|