Reviewers: olehougaard, Description: Fix ARM build.
[email protected] Please review this at http://codereview.chromium.org/28115 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/cctest/test-disasm-arm.cc Index: test/cctest/test-disasm-arm.cc =================================================================== --- test/cctest/test-disasm-arm.cc (revision 1363) +++ test/cctest/test-disasm-arm.cc (working copy) @@ -74,7 +74,6 @@ // in the rest of the macros. #define SETUP() \ InitializeVM(); \ - Serializer::disable(); \ v8::HandleScope scope; \ byte *buffer = reinterpret_cast<byte*>(malloc(4*1024)); \ Assembler assm(buffer, 4*1024); \ --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
