artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
728bbdf
)
sigfillsiz is int, not long; ok kettenis
author
deraadt
<deraadt@openbsd.org>
Mon, 10 May 2021 14:54:14 +0000
(14:54 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 10 May 2021 14:54:14 +0000
(14:54 +0000)
sys/arch/riscv64/riscv64/locore.S
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/riscv64/locore.S
b/sys/arch/riscv64/riscv64/locore.S
index
cae762a
..
2b90c27
100644
(file)
--- a/
sys/arch/riscv64/riscv64/locore.S
+++ b/
sys/arch/riscv64/riscv64/locore.S
@@
-1,4
+1,4
@@
-/* $OpenBSD: locore.S,v 1.
2 2021/05/10 05:58:19 jsg
Exp $ */
+/* $OpenBSD: locore.S,v 1.
3 2021/05/10 14:54:14 deraadt
Exp $ */
/*-
* Copyright (c) 2012-2014 Andrew Turner
* All rights reserved.
@@
-296,7
+296,7
@@
esigfill:
.globl sigfillsiz
sigfillsiz:
.data
- .
qua
d esigfill - sigfill
+ .
wor
d esigfill - sigfill
.text
ENTRY(sigcode)