OSDN Git Service

Fix mac build: cast fpr callee save addresses.
authorVladimir Marko <vmarko@google.com>
Tue, 26 May 2015 19:42:30 +0000 (20:42 +0100)
committerVladimir Marko <vmarko@google.com>
Tue, 26 May 2015 19:42:30 +0000 (20:42 +0100)
commit0eb42511405f3919572a480a009426dfb776cfb5
tree9921d6a6f34a3d34da7b3a713ddfd8e466061e62
parent5c592b598742569be4819bdc0e32242a4e1a7693
Fix mac build: cast fpr callee save addresses.

Bring back reinterpret_cast<>s removed by
    https://android-review.googlesource.com/151309 .
They are needed for mac builds.

Bug : 13925192

Change-Id: I7728c39a867a278000c84d75440b31e818c3bfcf
runtime/arch/x86/context_x86.cc
runtime/arch/x86_64/context_x86_64.cc