case Bvarbind6:
case Bcall6:
case Bunbind6:
- case Bconstant2:
case BlistN:
case BconcatN:
case BinsertN:
/* Handled in Bconstant case. */
emacs_abort ();
break;
+ case Bconstant2:
+ op = FETCH2;
+ FALLTHROUGH;
+ default:
case Bconstant:
{
- if (!(Bconstant <= op && op < Bconstant + const_length))
- emacs_abort ();
-
if (bytestr_data[pc] != Bswitch)
break;
/* Jump table with following Bswitch. */
bb_start_pc[bb_n++] = pc;
++pc;
}
- default:
- break;
}
}
CASE_CALL_N (end_of_line, 1);
CASE (Bconstant2);
- goto do_constant;
- break;
+ op = FETCH2;
+ goto do_constant;
CASE (Bgoto);
op = FETCH2;