| Index: src/x64/debug-x64.cc
|
| diff --git a/src/x64/debug-x64.cc b/src/x64/debug-x64.cc
|
| index eec83d9d1efa9765fa04ddea632b399336a6cae2..94a50eb53e7731246dc135242ca92e889d975e90 100644
|
| --- a/src/x64/debug-x64.cc
|
| +++ b/src/x64/debug-x64.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:
|
| @@ -91,6 +91,8 @@ void BreakLocationIterator::ClearDebugBreakAtSlot() {
|
| rinfo()->PatchCode(original_rinfo()->pc(), Assembler::kDebugBreakSlotLength);
|
| }
|
|
|
| +const bool Debug::FramePaddingLayout::kIsSupported = false;
|
| +
|
|
|
| #define __ ACCESS_MASM(masm)
|
|
|
|
|