| Index: src/mips/debug-mips.cc
|
| diff --git a/src/mips/debug-mips.cc b/src/mips/debug-mips.cc
|
| index 83f5f501726f04b4fe0dd21f9daffed8dfef3be8..3be1e4d8b271d29a500b866f2617a7a004de919c 100644
|
| --- a/src/mips/debug-mips.cc
|
| +++ b/src/mips/debug-mips.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2011 the V8 project authors. All rights reserved.
|
| +// Copyright 2012 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -116,6 +116,8 @@ void BreakLocationIterator::ClearDebugBreakAtSlot() {
|
| Assembler::kDebugBreakSlotInstructions);
|
| }
|
|
|
| +const bool Debug::FramePaddingLayout::kIsSupported = false;
|
| +
|
|
|
| #define __ ACCESS_MASM(masm)
|
|
|
|
|