// form of handling does not break exception table
// So, we minimize damage by handling this differently
ins.getBytes()[1] += (byte)maxLocalsInOtherList;
break;
case Opcodes.FSTORE_0:
newList.replace(i, factory.fstore(maxLocalsInOtherList));
break;
case Opcodes.FSTORE_1:
newList.replace(i, factory.fstore(maxLocalsInOtherList + 1));
break;
case Opcodes.FSTORE_2: