Open
requested to merge i5906-drbbdup-does-not-restore-regs-at-last-instruction-of-a-rep-expanded-block into master
drbbdup relies on the emulation start label to detect the end of a block. Expanded rep blocks or blocks not ending in a branch don't have such a label. drbbdup has a special check for the latter (!is_last_special). Add a similar check for the former too.
Issue: #5906