Fix ARM build.
TBR=olehougaard@chromium.org Review URL: http://codereview.chromium.org/28115 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1366 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
632d4e4f3d
commit
d8c56a7fc4
@ -74,7 +74,6 @@ bool DisassembleAndCompare(byte* pc, const char* compare_string) {
|
|||||||
// in the rest of the macros.
|
// in the rest of the macros.
|
||||||
#define SETUP() \
|
#define SETUP() \
|
||||||
InitializeVM(); \
|
InitializeVM(); \
|
||||||
Serializer::disable(); \
|
|
||||||
v8::HandleScope scope; \
|
v8::HandleScope scope; \
|
||||||
byte *buffer = reinterpret_cast<byte*>(malloc(4*1024)); \
|
byte *buffer = reinterpret_cast<byte*>(malloc(4*1024)); \
|
||||||
Assembler assm(buffer, 4*1024); \
|
Assembler assm(buffer, 4*1024); \
|
||||||
|
Loading…
Reference in New Issue
Block a user