From: deraadt Date: Wed, 13 Dec 2023 02:31:15 +0000 (+0000) Subject: another syscall(2) removal chunk got lost X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f62f6972b10958405d705fdc8b40f39fd915af7b;p=openbsd another syscall(2) removal chunk got lost --- diff --git a/sys/arch/mips64/mips64/trap.c b/sys/arch/mips64/mips64/trap.c index 343ac891df6..5169bfea123 100644 --- a/sys/arch/mips64/mips64/trap.c +++ b/sys/arch/mips64/mips64/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.168 2023/12/12 15:30:56 deraadt Exp $ */ +/* $OpenBSD: trap.c,v 1.169 2023/12/13 02:31:15 deraadt Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -461,7 +461,6 @@ fault_common_no_miss: case EJUSTRETURN: break; /* nothing to do */ default: - bad: locr0->v0 = error; locr0->a3 = 1; }