| Index: src/assembler.cc
|
| ===================================================================
|
| --- src/assembler.cc (revision 6787)
|
| +++ src/assembler.cc (working copy)
|
| @@ -68,8 +68,8 @@
|
| const double DoubleConstant::one_half = 0.5;
|
| const double DoubleConstant::minus_zero = -0.0;
|
| const double DoubleConstant::negative_infinity = -V8_INFINITY;
|
| +const char* RelocInfo::kFillerCommentString = "DEOPTIMIZATION PADDING";
|
|
|
| -
|
| // -----------------------------------------------------------------------------
|
| // Implementation of Label
|
|
|
|
|