From 3100271588b61cbc1dc472a3f2f105d2eed8497f Mon Sep 17 00:00:00 2001 From: Andrei Popescu Date: Tue, 23 Feb 2010 13:46:05 +0000 Subject: Update to V8 with partial snapshots. This is taken from the partial_snapshot branch of V8. --- src/disassembler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/disassembler.cc') diff --git a/src/disassembler.cc b/src/disassembler.cc index 50f3eb99..8473cd9f 100644 --- a/src/disassembler.cc +++ b/src/disassembler.cc @@ -261,7 +261,7 @@ static int DecodeIt(FILE* f, ASSERT(code->major_key() == CodeStub::MajorKeyFromKey(key)); out.AddFormatted(" %s, %s, ", Code::Kind2String(kind), - CodeStub::MajorName(code->major_key())); + CodeStub::MajorName(code->major_key(), false)); switch (code->major_key()) { case CodeStub::CallFunction: out.AddFormatted("argc = %d", minor_key); -- cgit v1.2.3