Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 2873) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -589,7 +589,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 |
@@ -608,7 +607,6 @@ |
int size_; // Number of bytes of the expected patch size. |
MacroAssembler masm_; // Macro assembler used to generate the code. |
}; |
-#endif // ENABLE_DEBUGGER_SUPPORT |
// ----------------------------------------------------------------------------- |