Commit ab5d6544 authored by David Carlier's avatar David Carlier Committed by Commit Bot

Fix Android ARM/PPC build for cpu detection

Change-Id: I4d4c6e8a6371102ae7b2ece7cbbc068cdd8c6799
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1832165Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64058}
parent 286a59e5
...@@ -615,7 +615,7 @@ CPU::CPU() ...@@ -615,7 +615,7 @@ CPU::CPU()
#else #else
using elf_auxv_t = Elf32_auxv_t; using elf_auxv_t = Elf32_auxv_t;
#endif #endif
for (elf_auxv_t* entry = reinterpret_cast<elf_quxv_t*>(head); for (elf_auxv_t* entry = reinterpret_cast<elf_auxv_t*>(head);
entry->a_type != AT_NULL; ++entry) { entry->a_type != AT_NULL; ++entry) {
switch (entry->a_type) { switch (entry->a_type) {
case AT_PLATFORM: case AT_PLATFORM:
......
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