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

Issue 115022: Use the correct V8_HOST_ARCH macro, it is IA32 and not X86. (Closed)

Created:
11 years, 7 months ago by Dean McNamee
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Use the correct V8_HOST_ARCH macro, it is IA32 and not X86.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/platform-linux.cc View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 3 (0 generated)
Dean McNamee
TBR
11 years, 7 months ago (2009-05-06 11:38:16 UTC) #1
Mads Ager (chromium)
LGTM, thanks!
11 years, 7 months ago (2009-05-06 11:44:39 UTC) #2
iposva
11 years, 7 months ago (2009-05-08 18:12:35 UTC) #3
http://codereview.chromium.org/115022/diff/1/2
File src/platform-linux.cc (right):

http://codereview.chromium.org/115022/diff/1/2#newcode616
Line 616: #endif
As I suggested before this would have been found earlier if you add a

#else
#error Unknown host architecture.

wherever you have a selection of architectures. Overall there should not be too
many of them.

Powered by Google App Engine
This is Rietveld 408576698