This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MIG".
The branch, master has been updated
via b5a567954ce3b4d236b7a2375a6a00f3a4a853e8 (commit)
from d9a36da6d785844139d291b37f80fbe087b2b59e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b5a567954ce3b4d236b7a2375a6a00f3a4a853e8
Author: Flavio Cruz <[email protected]>
Date: Tue May 16 23:04:18 2023 -0400
Update code generation to handle the new 64 bit ABI
Mostly, we don't set the fields that do not exist and avoid type
mismatching (like casting unsigned short to unsigned char for
msgt_name).
We also revamp type checking to compare mach_msg_type_t to uint64_t
instead of just uint32_t as we now use the whole structure.
Message-Id: <ZGREMgn19Zptc/[email protected]>
-----------------------------------------------------------------------
Summary of changes:
global.h | 2 ++
utils.c | 27 +++++++++++++++++++--------
2 files changed, 21 insertions(+), 8 deletions(-)
hooks/post-receive
--
MIG