On 10/21/2016 09:38 AM, Peter Maydell wrote:
The typedefs we use for the TCGv_i32, TCGv_i64 and TCGv_ptr
types are somewhat confusing, because we define them as
pointers to structs, but the structs themselves are never
defined. Explain in the comments a bit more clearly why
this is OK and what is going on under the hood.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
This confused at least two people who cared enough to post to
qemu-devel about it, so it seems worth rewriting and expanding
the comment in an attempt to avoid having to explain it on the
mailing list for a third time :-)
Applied, thanks.
r~