OSDN Git Service

Fix a preprocessor warning exposed by -Wundef.
authorStephen Hines <srhines@google.com>
Tue, 2 Dec 2014 19:17:07 +0000 (11:17 -0800)
committerStephen Hines <srhines@google.com>
Tue, 2 Dec 2014 19:17:07 +0000 (11:17 -0800)
commitd134f252ef9887cffbab7890d82e715ae9ba3c33
tree8239112941b3ab8c4297fe9c453e698ab85b6e46
parent7dcbc563f8811259809b754d0c0edc717e1476e6
Fix a preprocessor warning exposed by -Wundef.

Bug: 18589470

__LP64__ is only defined for 64-bit compilation targets, so this macro
is evaluated as an implicit 0 in the original case. This change makes
it explicit that we only care whether this is actually defined.

Change-Id: I8c11b41fc0bde9477c5efeea0782d9741d9d827d
core/combo/include/arch/target_linux-x86/AndroidConfig.h