diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-04-26 06:17:27 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-04-26 06:17:27 +0000 |
commit | 8914c8b8a3134df2114c7d7aa50ee947ab320196 (patch) | |
tree | b78519148b501608945431a08615abe2236565a8 /sys/arch/powerpc | |
parent | d6606030a2203ea83bbd6d77318436ad3672e507 (diff) |
remove a duplicate break statement
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/ddb/db_disasm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/ddb/db_disasm.c b/sys/arch/powerpc/ddb/db_disasm.c index fc76ae10116..44f2da3e74f 100644 --- 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.15 2007/10/21 17:30:18 drahn Exp $ */ +/* $OpenBSD: db_disasm.c,v 1.16 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; |