artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e2e9c8
)
another syscall(2) removal chunk got lost
author
deraadt
<deraadt@openbsd.org>
Wed, 13 Dec 2023 02:31:15 +0000
(
02:31
+0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 13 Dec 2023 02:31:15 +0000
(
02:31
+0000)
sys/arch/mips64/mips64/trap.c
patch
|
blob
|
history
diff --git
a/sys/arch/mips64/mips64/trap.c
b/sys/arch/mips64/mips64/trap.c
index
343ac89
..
5169bfe
100644
(file)
--- a/
sys/arch/mips64/mips64/trap.c
+++ b/
sys/arch/mips64/mips64/trap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: trap.c,v 1.16
8 2023/12/12 15:30:56
deraadt Exp $ */
+/* $OpenBSD: trap.c,v 1.16
9 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;
}