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 "GNU Mach".
The branch, master has been updated
via 8ebe495d40249fdd69a34868ad48e36a355a4e7d (commit)
from ca1ed0baec4d339d2c5273d7f4782210f6835cdf (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 8ebe495d40249fdd69a34868ad48e36a355a4e7d
Author: Damien Zammit <[email protected]>
Date: Tue Feb 24 01:59:41 2026 +0000
asm: Add CX8() macro for wider types
curr_spl is actually 4 bytes, but the CX() macro
was expanding to 8 byte stride on x86_64.
Add a new macro specifically for 8 byte widths and
use the correct stride macro for every asm instruction.
Reported by Brent Baccala
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
i386/i386/cpu_number.h | 7 +--
i386/i386/locore.S | 4 +-
x86_64/cswitch.S | 6 +--
x86_64/locore.S | 124 ++++++++++++++++++++++++-------------------------
4 files changed, 69 insertions(+), 72 deletions(-)
hooks/post-receive
--
GNU Mach