|
| From: | Jose E. Marchesi |
| Subject: | Re: [PATCH,V2] pickles: add pickles for CTF Frame section |
| Date: | Thu, 30 Jun 2022 13:04:58 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Hi Indu.
Thanks for the patch.
OK for master.
> +type CTF_Frame_Preamble =
> + struct
> + {
> + uint<16> ctfp_magic : ((ctfp_magic == CTF_FRAME_MAGIC)
> + || (ctfp_magic == 0xe2de && set_endian
> (!get_endian)))
> + = CTF_FRAME_MAGIC;
Nice hack with the endianness.
> +
> + byte ctfp_version = CTF_FRAME_VERSION_1;
> + byte ctfp_flags;
> + };
| [Prev in Thread] | Current Thread | [Next in Thread] |