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 19670a6df24b18a05a542ae932d8c44ed97c7c71 (commit) from 6c3c3c7a2e633e4dedd1701e6e2134f223b38574 (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 19670a6df24b18a05a542ae932d8c44ed97c7c71 Author: Luca Dariz <luca.da...@gmail.com> Date: Sat Feb 5 18:51:26 2022 +0100 fix register corruption in irq on qemu rbx was used to compute the irq index in iunit and ivect arrays, however it should be preserved by pushing it in to the stack. As a solution, we use rax instead, which is caller-saved. Signed-off-by: Luca Dariz <l...@orpolo.org> Message-Id: <20220205175129.309469-4-l...@orpolo.org> ----------------------------------------------------------------------- Summary of changes: x86_64/interrupt.S | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- GNU Mach