summaryrefslogtreecommitdiff
path: root/deps/v8/src/debug/ia32/debug-ia32.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/debug/ia32/debug-ia32.cc')
-rw-r--r--deps/v8/src/debug/ia32/debug-ia32.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/v8/src/debug/ia32/debug-ia32.cc b/deps/v8/src/debug/ia32/debug-ia32.cc
index 1e3ab38966..a4466ee9eb 100644
--- a/deps/v8/src/debug/ia32/debug-ia32.cc
+++ b/deps/v8/src/debug/ia32/debug-ia32.cc
@@ -16,8 +16,6 @@ namespace internal {
#define __ ACCESS_MASM(masm)
void DebugCodegen::GenerateHandleDebuggerStatement(MacroAssembler* masm) {
- Assembler::SupportsRootRegisterScope supports_root_register(masm);
-
{
FrameScope scope(masm, StackFrame::INTERNAL);
__ CallRuntime(Runtime::kHandleDebuggerStatement, 0);
@@ -29,8 +27,6 @@ void DebugCodegen::GenerateHandleDebuggerStatement(MacroAssembler* masm) {
}
void DebugCodegen::GenerateFrameDropperTrampoline(MacroAssembler* masm) {
- Assembler::SupportsRootRegisterScope supports_root_register(masm);
-
// Frame is being dropped:
// - Drop to the target frame specified by eax.
// - Look up current function on the frame.