artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ad55e3
)
Use tabs instead of spaces.
author
visa
<visa@openbsd.org>
Thu, 7 Oct 2021 12:32:10 +0000
(12:32 +0000)
committer
visa
<visa@openbsd.org>
Thu, 7 Oct 2021 12:32:10 +0000
(12:32 +0000)
sys/arch/mips64/include/reg.h
patch
|
blob
|
history
diff --git
a/sys/arch/mips64/include/reg.h
b/sys/arch/mips64/include/reg.h
index
576102f
..
0ebb8c1
100644
(file)
--- a/
sys/arch/mips64/include/reg.h
+++ b/
sys/arch/mips64/include/reg.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: reg.h,v 1.
4 2021/10/07 12:31:03
visa Exp $ */
+/* $OpenBSD: reg.h,v 1.
5 2021/10/07 12:32:10
visa Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@
-49,6
+49,6
@@
#include <machine/regnum.h>
struct reg {
-
register_t
r_regs[NREGS]; /* numbered as above */
+
register_t
r_regs[NREGS]; /* numbered as above */
};
#endif /* !_MIPS64_REG_H_ */