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

Issue 3793011: Fix compilation error on ARM with gcc 4.4. Remove NULL check of pointer to m... (Closed)

Created:
10 years, 2 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix compilation error on ARM with gcc 4.4. Remove NULL check of pointer to member, which was dead code (never failed). BUG=894 Committed: http://code.google.com/p/v8/source/detail?r=5636

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -23 lines) Patch
M src/arm/codegen-arm.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/codegen.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/codegen.cc View 1 chunk +8 lines, -13 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
A change for you!
10 years, 2 months ago (2010-10-18 09:25:05 UTC) #1
Vyacheslav Egorov (Chromium)
10 years, 2 months ago (2010-10-18 10:16:53 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698