Alex Bennée 2d93203998 plugins: fix-up handling of internal hostaddr for 32 bit
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.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210709143005.1554-28-alex.bennee@linaro.org>
2021-07-14 14:33:53 +01:00
..
2020-11-03 09:42:52 -05:00
2020-12-10 12:15:18 -05:00
2020-10-15 16:06:27 +02:00
2020-12-10 17:16:44 +01:00
2021-07-06 08:33:51 +02:00
2021-07-09 18:19:00 +02:00
2021-04-30 12:27:47 +02:00
2021-04-01 15:27:44 +04:00