Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Issue 6764013: Fix Windows 64-bit build. (Closed)

Created:
9 years, 8 months ago by William Hesse
Modified:
9 years, 7 months ago
Reviewers:
Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

Fix Windows 64-bit build. BUG= TEST=

Patch Set 1 #

Total comments: 1

Patch Set 2 : oops #

Patch Set 3 : ooph #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M src/x64/assembler-x64.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
Do we have an Isolate at the point that we call this? I though we ...
9 years, 8 months ago (2011-04-01 11:12:12 UTC) #1
Vitaly Repeshko
9 years, 8 months ago (2011-04-01 11:16:14 UTC) #2
LGTM

http://codereview.chromium.org/6764013/diff/1/src/x64/codegen-x64.cc
File src/x64/codegen-x64.cc (right):

http://codereview.chromium.org/6764013/diff/1/src/x64/codegen-x64.cc#newcode8758
src/x64/codegen-x64.cc:8758: Assembler masm(Isolate::Current(), buffer,
static_cast<int>(actual_size));
Please try passing NULL instead. The assembler should not depend on the isolate
when given a buffer. If it still does, let's fixit it.

Powered by Google App Engine
This is Rietveld 408576698