Fix pointer conversion error in SetElementPtrSize
SetElementPtrSize used to cast from pointer to uint64_t which could sign extend with 32 bit dex2oat for 64 bit app image. Also removed C style casts and added more logging. Bug: 22858531 Change-Id: I9a5efc4d22c069f4016263ee7a84932a4e7306a6
Loading
Please sign in to comment