Re: [PATCH 04/17] Load 64-bit ELFs on all 64-bit ports

2024-03-27 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le mer. 27 mars 2024 19:18:28 +0300, a ecrit: > Not only on x86_64. > --- > include/mach/exec/elf.h | 4 ++-- > kern/exception.c| 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/include/mach/exec/elf.h b/include/mach/exec/elf.h >

[PATCH 04/17] Load 64-bit ELFs on all 64-bit ports

2024-03-27 Thread Sergey Bugaev
Not only on x86_64. --- include/mach/exec/elf.h | 4 ++-- kern/exception.c| 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mach/exec/elf.h b/include/mach/exec/elf.h index 42920e25..55304496 100644 --- a/include/mach/exec/elf.h +++ b/include/mach/exec/elf.h @@