Remove extra breack.

This commit is contained in:
H.J. Lu 2010-04-16 21:37:08 +00:00
parent f07af43e36
commit 9e3223abf4
1 changed files with 0 additions and 1 deletions

View File

@ -11060,7 +11060,6 @@ get_valid_dis386 (const struct dis386 *dp, disassemble_info *info)
default: default:
dp = &bad_opcode; dp = &bad_opcode;
return dp; return dp;
break;
case 0x8: case 0x8:
vex_table_index = XOP_08; vex_table_index = XOP_08;
break; break;