]> git.eshelyaron.com Git - emacs.git/commit
Fix syscall error reporting on aarch64
authorPo Lu <luangruo@yahoo.com>
Mon, 1 May 2023 05:12:44 +0000 (13:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 1 May 2023 05:12:44 +0000 (13:12 +0800)
commit6a30a74cb2ac2cba69aa01da12caf1eac7134f43
treeccefc5b34446ec15fbc7362af0ae924c4d0ddc35
parentddc16de86964d445309dd38175a85221c14f05ab
Fix syscall error reporting on aarch64

* exec/trace.c (process_system_call): Save and restore x0, x1
and x2 regs after replacing them with an invalid file
descriptor.
exec/trace.c