Commit 39c4b3c1 authored by ulan@chromium.org's avatar ulan@chromium.org

Fix android_arm64 build after r21001.

BUG=
R=svenpanne@chromium.org

Review URL: https://codereview.chromium.org/253873010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@21040 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c16a83af
......@@ -174,7 +174,7 @@ static void InitializeVM() {
byte* buf = new byte[buf_size]; \
MacroAssembler masm(isolate, buf, buf_size); \
RegisterDump core; \
CPU::SetUp();
CpuFeatures::Probe(false);
#define RESET() \
__ Reset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment