On 7/8/21 12:09 PM, Alex Bennée wrote:
The compiler rightly complains when we build on 32 bit that casting
uint64_t into a void is a bad idea. We are really dealing with a host
pointer at this point so treat it as such. This does involve
a uintptr_t cast of the result of the TLB addend as we know that has
to point to the host memory.

Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
---
  include/qemu/plugin-memory.h | 2 +-
  accel/tcg/cputlb.c           | 2 +-
  plugins/api.c                | 4 ++--
  3 files changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to