| Index: src/arm/debug-arm.cc
|
| diff --git a/src/arm/debug-arm.cc b/src/arm/debug-arm.cc
|
| index 96139a259784de353f9ae75c387eb0699d46611f..3e7a1e9d0edce15a731f5cc502352551e57cfacb 100644
|
| --- a/src/arm/debug-arm.cc
|
| +++ b/src/arm/debug-arm.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:
|
| @@ -125,6 +125,8 @@ void BreakLocationIterator::ClearDebugBreakAtSlot() {
|
| Assembler::kDebugBreakSlotInstructions);
|
| }
|
|
|
| +const bool Debug::FramePaddingLayout::kIsSupported = false;
|
| +
|
|
|
| #define __ ACCESS_MASM(masm)
|
|
|
|
|