| Index: src/ia32/macro-assembler-ia32.h
|
| ===================================================================
|
| --- src/ia32/macro-assembler-ia32.h (revision 2873)
|
| +++ src/ia32/macro-assembler-ia32.h (working copy)
|
| @@ -338,7 +338,6 @@
|
| };
|
|
|
|
|
| -#ifdef ENABLE_DEBUGGER_SUPPORT
|
| // The code patcher is used to patch (typically) small parts of code e.g. for
|
| // debugging and other types of instrumentation. When using the code patcher
|
| // the exact number of bytes specified must be emitted. Is not legal to emit
|
| @@ -357,7 +356,6 @@
|
| int size_; // Number of bytes of the expected patch size.
|
| MacroAssembler masm_; // Macro assembler used to generate the code.
|
| };
|
| -#endif // ENABLE_DEBUGGER_SUPPORT
|
|
|
|
|
| // -----------------------------------------------------------------------------
|
|
|