artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71c7b9
)
remove a duplicate break statement
author
jsg
<jsg@openbsd.org>
Sat, 26 Apr 2014 06:17:26 +0000
(06:17 +0000)
committer
jsg
<jsg@openbsd.org>
Sat, 26 Apr 2014 06:17:26 +0000
(06:17 +0000)
sys/arch/powerpc/ddb/db_disasm.c
patch
|
blob
|
history
diff --git
a/sys/arch/powerpc/ddb/db_disasm.c
b/sys/arch/powerpc/ddb/db_disasm.c
index
fc76ae1
..
44f2da3
100644
(file)
--- a/
sys/arch/powerpc/ddb/db_disasm.c
+++ b/
sys/arch/powerpc/ddb/db_disasm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: db_disasm.c,v 1.1
5 2007/10/21 17:30:18 drahn Exp $
*/
+/* $OpenBSD: db_disasm.c,v 1.1
6 2014/04/26 06:17:26 jsg Exp $
*/
/*
* Copyright (c) 1996, 2001, 2003 Dale Rahn. All rights reserved.
*
@@
-894,7
+894,6
@@
disasm_process_field(u_int32_t addr, instr_t instr, char **ppfmt,
strlcat (disasm_buf, lbuf, bufsize);
}
break;
- break;
case Opf_mb:
{
u_int mb, mbl, mbh;