hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 6abc01bdb6a5ca848f6555f17f47b3c5c39f40de
parent e5dd5c2e03e7fd51b32ee0cf02ca97c1133834c6
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 13 Aug 2021 16:36:10 +0200

linux::vdso: fix non-exhaustive switch

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mlinux/vdso/vdso.ha | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/linux/vdso/vdso.ha b/linux/vdso/vdso.ha @@ -57,6 +57,7 @@ fn get_vdso_ctx() nullable *vdso_ctx = { ph.p_vaddr: uintptr, elf::pt::DYNAMIC => dynvec = ehui + ph.p_offset: uintptr, + * => void, }; phui += eh.e_phentsize: uintptr; };