artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b87d354
)
kernel setjmp saves 14 registers, not 13. ddb continue now works.
author
deraadt
<deraadt@openbsd.org>
Sat, 8 May 2021 05:31:07 +0000
(
05:31
+0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 8 May 2021 05:31:07 +0000
(
05:31
+0000)
ok jsg
sys/arch/riscv64/include/_types.h
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/include/_types.h
b/sys/arch/riscv64/include/_types.h
index
d1d39d7
..
444d741
100644
(file)
--- a/
sys/arch/riscv64/include/_types.h
+++ b/
sys/arch/riscv64/include/_types.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: _types.h,v 1.
1 2021/04/23 02:42:16 drahn
Exp $ */
+/* $OpenBSD: _types.h,v 1.
2 2021/05/08 05:31:07 deraadt
Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@
-36,7
+36,7
@@
#if defined(_KERNEL)
typedef struct label_t {
- long val[1
3
];
+ long val[1
4
];
} label_t;
#endif