]> git.proxmox.com Git - mirror_qemu.git/commit - include/tcg/tcg.h
tcg/tcg.h: Improve documentation of TCGv_i32 etc types
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Oct 2016 16:38:42 +0000 (17:38 +0100)
committerRichard Henderson <rth@twiddle.net>
Tue, 1 Nov 2016 16:30:45 +0000 (10:30 -0600)
commita40d4701bc9f6e6a3bbfb7b4fbe756a5b72b5df1
treea9befa46bb2b138c5292c4102d57b0043473a02a
parent15610d42b9caf0cd38ccce1483630ecff9f9f4c2
tcg/tcg.h: Improve documentation of TCGv_i32 etc types

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.maydell@linaro.org>
Message-Id: <1477067922-26202-1-git-send-email-peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/tcg.h