On 27 October 2016 at 17:42, G 3 wrote:
> Would you accept a patch that added a comment explaining that struct
> TCGv_i64 isn't really a structure?
Sorry, I forgot to cc you on
https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg05179.html
when I posted it last week.
thanks
-- PMM
On Oct 21, 2016, at 11:17 AM, Peter Maydell wrote:
On 21 October 2016 at 15:48, Programmingkid
wrote:
In the tcg.h file, there is this line: typedef struct TCGv_i64_d
*TCGv_i64;
Would anyone know where the definition of struct TCGv_i64_d is?
There is none, because the "pointers" in thes
On 21 October 2016 at 15:48, Programmingkid wrote:
> In the tcg.h file, there is this line: typedef struct TCGv_i64_d *TCGv_i64;
>
> Would anyone know where the definition of struct TCGv_i64_d is?
There is none, because the "pointers" in these variables are
never dereferenced. These are just magi
In the tcg.h file, there is this line: typedef struct TCGv_i64_d *TCGv_i64;
Would anyone know where the definition of struct TCGv_i64_d is?