205a206
> uint8_t _size;
250a252,254
> void size(uint8_t s) { _size = s; }
> uint8_t size() const { return _size; }
>
251a256,262
> branching() const
> {
> return ((this->pc() + this->size()) != this->npc());
> }
>
>
> bool
394a406
> SERIALIZE_SCALAR(_size);
404a417
> UNSERIALIZE_SCALAR(_size);