artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded04c6
)
correct indentation
author
deraadt
<deraadt@openbsd.org>
Thu, 7 Dec 2017 20:38:15 +0000
(20:38 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 7 Dec 2017 20:38:15 +0000
(20:38 +0000)
sys/arch/amd64/amd64/db_disasm.c
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/db_disasm.c
b/sys/arch/amd64/amd64/db_disasm.c
index
e11c89f
..
7a0a365
100644
(file)
--- a/
sys/arch/amd64/amd64/db_disasm.c
+++ b/
sys/arch/amd64/amd64/db_disasm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: db_disasm.c,v 1.1
7 2017/03/05 01:02:48 guenther Exp $
*/
+/* $OpenBSD: db_disasm.c,v 1.1
8 2017/12/07 20:38:15 deraadt Exp $
*/
/* $NetBSD: db_disasm.c,v 1.11 1996/05/03 19:41:58 christos Exp $ */
/*
@@
-929,7
+929,7
@@
db_read_address(db_addr_t loc, int short_addr, int regmodrm, int rex,
switch (mod) {
case 0:
if (rm == 5) {
- get_value_inc(addrp->disp, loc, 4, FALSE);
+
get_value_inc(addrp->disp, loc, 4, FALSE);
addrp->base = 0;
} else {
addrp->disp = 0;