artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3538c82
)
print a newline after each instruction
author
deraadt
<deraadt@openbsd.org>
Wed, 12 May 2021 23:08:19 +0000
(23:08 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 12 May 2021 23:08:19 +0000
(23:08 +0000)
ok kettenis
sys/arch/riscv64/riscv64/db_disasm.c
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/riscv64/db_disasm.c
b/sys/arch/riscv64/riscv64/db_disasm.c
index
95aabf8
..
38d5a99
100644
(file)
--- a/
sys/arch/riscv64/riscv64/db_disasm.c
+++ b/
sys/arch/riscv64/riscv64/db_disasm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: db_disasm.c,v 1.
4 2021/05/11 14:58:08
deraadt Exp $ */
+/* $OpenBSD: db_disasm.c,v 1.
5 2021/05/12 23:08:19
deraadt Exp $ */
/*-
* Copyright (c) 2016-2018 Ruslan Bukin <br@bsdpad.com>
@@
-603,5
+603,6
@@
db_disasm(vaddr_t loc, int altfmt)
}
};
+ db_printf("\n");
return (loc + 2);
}