Re: [Qemu-devel] definition of struct TCGv_i64_d

2016-10-27 Thread Peter Maydell
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

Re: [Qemu-devel] definition of struct TCGv_i64_d

2016-10-27 Thread G 3
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

Re: [Qemu-devel] definition of struct TCGv_i64_d

2016-10-21 Thread Peter Maydell
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

[Qemu-devel] definition of struct TCGv_i64_d

2016-10-21 Thread Programmingkid
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?