|
|
@@ -449,8 +449,7 @@ asmlinkage void misalignment(struct pt_regs *regs, enum exception_code code)
|
|
|
regs->pc, opcode, pop->opcode, pop->params[0], pop->params[1]);
|
|
|
|
|
|
tmp = format_tbl[pop->format].opsz;
|
|
|
- if (tmp > noc)
|
|
|
- BUG(); /* match was less complete than it ought to have been */
|
|
|
+ BUG_ON(tmp > noc); /* match was less complete than it ought to have been */
|
|
|
|
|
|
if (tmp < noc) {
|
|
|
tmp = noc - tmp;
|